histalek
d87357ef27
It is just such a pain to get this to work correctly. Not worth the hassle for something that pacman can do better.
10 lines
165 B
Lua
10 lines
165 B
Lua
return {
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
servers = {
|
|
pyright = {
|
|
autostart = false,
|
|
},
|
|
},
|
|
},
|
|
}
|