nvim/lsp: drop unused lsp config

This commit is contained in:
Primrose 2025-07-09 10:36:28 +02:00
parent 1b9bf76dcd
commit 48d3801992
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -1,35 +1,25 @@
local mylsp = require("lsp")
local servers = {
clangd = {}, -- C/CPP
cssls = {}, -- CSS
html = {}, -- HTML
jsonls = {}, -- JSON
lemminx = {}, -- XML
phpactor = {}, -- PHP
pylsp = {}, -- Python
pyright = {},
taplo = {}, -- TOML
texlab = {}, -- texlab
ts_ls = {}, -- TypeScript
vimls = {}, -- Vim Script
ocamllsp = {}, -- OCaml
gleam = {}, -- Gleam
yamlls = {}, -- yaml
gopls = {}, -- Golang
elmls = {}, -- elm
clangd = {},
cssls = {},
html = {},
jsonls = {},
ts_ls = {},
taplo = {},
yamlls = {},
bashls = {},
fish_lsp = {},
pyright = {},
lua_ls = {},
gopls = {},
-- -- fix this, it shows spamming message on top
-- golangci_lint_ls = {},
fish_lsp = {},
bashls = {},
tinymist = {},
lua_ls = {},
nil_ls = { -- Nix
nil_ls = {
["nil"] = { formatting = { command = { "alejandra" } } },
},
}