10 lines
131 B
Lua
10 lines
131 B
Lua
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
my_servers = {
|
|
racket_langserver = {},
|
|
},
|
|
},
|
|
},
|
|
}
|