add pyright

This commit is contained in:
2025-09-13 23:59:59 -04:00
parent e36cc1ec8f
commit b768848495

View File

@@ -29,6 +29,18 @@ vim.lsp.enable('gopls', {
},
})
vim.lsp.enable('nim_langserver')
vim.lsp.enable('pyright', {
settings = {
python = {
analysis = {
typeCheckingMode = "basic",
autoSearchPaths = true,
useLibraryCodeForTypes = true,
diagnosticMode = "workspace",
},
},
},
})
require("lsp_signature").setup({
debug = false,
bind = true, -- registers signature handler