mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
nvim/lsp: drop unused lsp config
This commit is contained in:
parent
1b9bf76dcd
commit
48d3801992
1 changed files with 15 additions and 25 deletions
|
|
@ -1,35 +1,25 @@
|
||||||
local mylsp = require("lsp")
|
local mylsp = require("lsp")
|
||||||
|
|
||||||
local servers = {
|
local servers = {
|
||||||
clangd = {}, -- C/CPP
|
clangd = {},
|
||||||
cssls = {}, -- CSS
|
cssls = {},
|
||||||
html = {}, -- HTML
|
html = {},
|
||||||
jsonls = {}, -- JSON
|
jsonls = {},
|
||||||
lemminx = {}, -- XML
|
ts_ls = {},
|
||||||
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
|
|
||||||
|
|
||||||
|
taplo = {},
|
||||||
|
yamlls = {},
|
||||||
|
|
||||||
|
bashls = {},
|
||||||
|
fish_lsp = {},
|
||||||
|
|
||||||
|
pyright = {},
|
||||||
|
lua_ls = {},
|
||||||
|
gopls = {},
|
||||||
-- -- fix this, it shows spamming message on top
|
-- -- fix this, it shows spamming message on top
|
||||||
-- golangci_lint_ls = {},
|
-- golangci_lint_ls = {},
|
||||||
|
|
||||||
fish_lsp = {},
|
|
||||||
bashls = {},
|
|
||||||
|
|
||||||
tinymist = {},
|
tinymist = {},
|
||||||
|
nil_ls = {
|
||||||
lua_ls = {},
|
|
||||||
|
|
||||||
nil_ls = { -- Nix
|
|
||||||
["nil"] = { formatting = { command = { "alejandra" } } },
|
["nil"] = { formatting = { command = { "alejandra" } } },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue