remove crap ls

This commit is contained in:
Christoph J. Scherr 2024-09-10 12:51:44 +02:00
parent fa36682e11
commit 8ca7362bbb
1 changed files with 0 additions and 16 deletions

View File

@ -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'] = {