diff options
| author | 2026-04-11 16:03:48 +0100 | |
|---|---|---|
| committer | 2026-04-11 16:03:48 +0100 | |
| commit | 578c518b302ba7aeb0a13bf5f19679b0b1067a94 (patch) | |
| tree | 9334e5fdda42506f41aac3645ea0172a8abc815f /home/.config/nvim/lua/custom | |
| parent | f3fdef10c975c420e300369bccb75e634d06def6 (diff) | |
| download | dotfiles-578c518b302ba7aeb0a13bf5f19679b0b1067a94.tar.gz dotfiles-578c518b302ba7aeb0a13bf5f19679b0b1067a94.tar.bz2 dotfiles-578c518b302ba7aeb0a13bf5f19679b0b1067a94.zip | |
mason: update tooling
Diffstat (limited to 'home/.config/nvim/lua/custom')
| -rw-r--r-- | home/.config/nvim/lua/custom/plugins/lsp.lua | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/lsp.lua b/home/.config/nvim/lua/custom/plugins/lsp.lua index bba91ea..1a85f63 100644 --- a/home/.config/nvim/lua/custom/plugins/lsp.lua +++ b/home/.config/nvim/lua/custom/plugins/lsp.lua @@ -76,8 +76,6 @@ return { "WhoIsSethDaniel/mason-tool-installer.nvim", opts = { ensure_installed = { - "nginx-language-server", -- needs python <= 3.12 - "just-lsp", -- "Platform unsupported" "actionlint", "autotools-language-server", "basedpyright", @@ -87,19 +85,21 @@ return { "codespell", "css-lsp", "dockerfile-language-server", - -- "fortls", "gh", "gh-actions-language-server", "groovy-language-server", "hadolint", "html-lsp", "jq", + "json-lsp", "jsonlint", + "just-lsp", -- "Platform unsupported" "lua-language-server", "markdownlint", "mdformat", "neocmakelsp", "nginx-config-formatter", + "nginx-language-server", -- needs python <= 3.12 "npm-groovy-lint", "prettier", "ruff", @@ -109,12 +109,14 @@ return { "shfmt", "stylelint", "stylua", - "systemd-language-server", + "systemd-lsp", "systemdlint", "typescript-language-server", "typos", + "yaml-language-server", "yamllint", "yq", + -- "fortls", }, }, }, |
