diff --git a/lua/custom/plugins/configs/lsp.lua b/lua/custom/plugins/configs/lsp.lua index 25a6b31..c91441b 100644 --- a/lua/custom/plugins/configs/lsp.lua +++ b/lua/custom/plugins/configs/lsp.lua @@ -143,24 +143,8 @@ local servers = { cssls = {}, clangd = {}, bashls = {}, - cmake = {}, yamlls = {}, texlab = {}, - basedpyright = { - root_dir = vim.loop.cwd, - flags = { debounce_text_changes = 300 }, - single_file_support = true, - settings = { - python = { - analysis = { - autoSearchPaths = true, - diagnosticMode = 'openFilesOnly', - useLibraryCodeForTypes = true, - typeCheckingMode = 'basic', - }, - }, - }, - }, rust_analyzer = { settings = { ['rust-analyzer'] = {