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

11 lines
165 B
Lua
Raw Normal View History

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