dotfiles/home/dot_config/nvim/lua/plugins/lsp.lua
Maximilian Friedersdorff 7c7c86cf0f Use lazyvim
2024-10-08 12:37:20 +01:00

18 lines
275 B
Lua

-- Configure LSP
return {
{
"neovim/nvim-lspconfig",
opts = {
servers = {
basedpyright = {
settings = {
basedpyright = {
typeCheckingMode = "standard",
},
},
},
},
},
},
}