44 lines
945 B
Lua
44 lines
945 B
Lua
return {
|
|
asm_lsp = false,
|
|
basedpyright = true, -- python
|
|
bashls = true,
|
|
clangd = true,
|
|
gopls = true,
|
|
jsonls = true,
|
|
kotlin_lsp = true,
|
|
lemminx = true, -- xml
|
|
lua_ls = true,
|
|
markdown_oxide = true,
|
|
nil_ls = true, -- nix
|
|
rlsp_yaml = true,
|
|
taplo = true, -- toml
|
|
yamlls = false,
|
|
zls = true, -- zig
|
|
|
|
-- astro = true,
|
|
-- css_variables = true,
|
|
-- cssls = true,
|
|
-- ts_ls = true, -- typescript and yavashit
|
|
-- tailwindcss = true,
|
|
-- html = true,
|
|
-- mdx_analyzer = true,
|
|
|
|
-- kotlin_language_server = true,
|
|
|
|
-- TODO(kyren): delete these?
|
|
-- gh_actions_ls = true,
|
|
-- neocmake = true,
|
|
-- marksman = false, -- markdown
|
|
|
|
global = {
|
|
capabilities = {
|
|
workspace = {
|
|
fileOperations = {
|
|
didRename = true,
|
|
willRename = true,
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|