From 8ca7362bbb953573bfea31d448fb4af075d5af5a Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 10 Sep 2024 12:51:44 +0200 Subject: [PATCH] remove crap ls --- lua/custom/plugins/configs/lsp.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/lua/custom/plugins/configs/lsp.lua b/lua/custom/plugins/configs/lsp.lua index 190fbc0..0e9ddfc 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'] = {