Stripping down unused LSPs

This commit is contained in:
Ian Roddis
2026-05-19 15:23:01 -03:00
parent 05d8fc0088
commit 77390854aa
-17
View File
@@ -1,36 +1,19 @@
vim.lsp.enable { vim.lsp.enable {
'ansiblels', 'ansiblels',
'arduino_language_server', 'arduino_language_server',
'asm_lsp',
'ast_grep', 'ast_grep',
'awk_ls',
'bashls', 'bashls',
'clangd', 'clangd',
'cmake',
'cssls', 'cssls',
'css_variables',
'ctags_lsp',
'elixirls', 'elixirls',
'eslint', 'eslint',
'fish_lsp',
'gleam',
'golangci_lint_ls',
'gopls', 'gopls',
'graphql',
'html', 'html',
'htmx',
'janet_lsp',
'jsonls', 'jsonls',
'julials',
'just', 'just',
'lua_ls', 'lua_ls',
'nginx_language_server',
'pylsp', 'pylsp',
'ruff', 'ruff',
'rust_analyzer', 'rust_analyzer',
'systemd_lsp', 'systemd_lsp',
'tailwindcss',
'ty',
'vimls',
'ziggy',
} }