dotfiles/.config/nvim/lua/plugins/lsp.lua
histalek d87357ef27
feat(nvim): Yeet Mason out of here
It is just such a pain to get this to work correctly. Not worth the
hassle for something that pacman can do better.
2024-12-06 11:51:14 +01:00

10 lines
165 B
Lua

return {
"neovim/nvim-lspconfig",
opts = {
servers = {
pyright = {
autostart = false,
},
},
},
}