Compare commits

...

2 commits

Author SHA1 Message Date
dea40137e5 remove crap ls 2024-09-10 12:52:14 +02:00
1cedb2fbc9 remove tsserver because its not available in mason anymore 2024-09-10 12:52:14 +02:00

View file

@ -141,27 +141,10 @@ local servers = {
tinymist = {},
html = {},
cssls = {},
tsserver = {},
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'] = {