testing lsp configs

This commit is contained in:
2025-09-14 00:20:29 -04:00
parent b644b0c4e1
commit 19aa1b7a14
2 changed files with 0 additions and 50 deletions

View File

@@ -29,18 +29,6 @@ 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