dotfiles/.config/nvim/lua/plugins/lsp.lua

14 lines
181 B
Lua
Raw Normal View History

2024-03-15 17:42:23 +01:00
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
pyright = {
mason = false,
autostart = false,
},
},
},
},
}