1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2026-03-19 14:44:46 +01:00

updated treesitter, removed many ls needing extra programs

This commit is contained in:
2026-03-16 03:53:07 +01:00
parent 5f93aee7ec
commit b39f68d919
2 changed files with 26 additions and 21 deletions

View File

@@ -28,13 +28,13 @@ return {
-- c
"clangd",
-- docker
"dockerls",
-- "dockerls", -- TODO: needs extra steps to install (npm)
-- go
"gopls",
-- "gopls", -- TODO: needs extra steps to install (go)
-- html
"html",
-- "html", -- TODO: needs extra steps to install (npm)
-- json
"jsonls",
-- "jsonls", -- TODO: needs extra steps to install (npm)
-- xml
"lemminx",
-- latex
@@ -47,17 +47,17 @@ return {
-- nim
-- "nimls", -- TODO: needs extra steps to install (nimble)
-- python
"pyright",
-- "pyright", -- TODO: needs extra steps to install (npm)
-- r
-- "r_language_server", -- TODO: installation takes really long
-- shell
"bashls",
-- "bashls", -- TODO: needs extra steps to install (npm)
-- sql
"sqlls",
-- "sqlls", -- TODO: needs extra steps to install (npm)
-- typescript / javascript
"ts_ls",
-- "ts_ls", -- TODO: needs extra steps to install (npm)
-- yaml
"yamlls",
-- "yamlls", -- TODO: needs extra steps to install (npm)
},
})
local default_flags = {