diff options
| author | 2025-10-24 11:54:00 +0100 | |
|---|---|---|
| committer | 2025-10-24 11:54:00 +0100 | |
| commit | bc3efd83ee91046479cb9fc8689ec7c42c6f05de (patch) | |
| tree | 1214c8506e77f7fdfc22bcbc15b0c4d3f314cf0d /home/.config/nvim/lua/custom/plugins | |
| parent | cd96e37521cba675174c2190c281f08df3a4c25b (diff) | |
| download | dotfiles-bc3efd83ee91046479cb9fc8689ec7c42c6f05de.tar.gz dotfiles-bc3efd83ee91046479cb9fc8689ec7c42c6f05de.tar.bz2 dotfiles-bc3efd83ee91046479cb9fc8689ec7c42c6f05de.zip | |
nvim: Update mason packages
Diffstat (limited to 'home/.config/nvim/lua/custom/plugins')
| -rw-r--r-- | home/.config/nvim/lua/custom/plugins/lsp.lua | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/home/.config/nvim/lua/custom/plugins/lsp.lua b/home/.config/nvim/lua/custom/plugins/lsp.lua index 776bfe8..bba91ea 100644 --- a/home/.config/nvim/lua/custom/plugins/lsp.lua +++ b/home/.config/nvim/lua/custom/plugins/lsp.lua @@ -76,17 +76,18 @@ return { "WhoIsSethDaniel/mason-tool-installer.nvim", opts = { ensure_installed = { - -- "nginx-language-server", -- needs python <= 3.12 - -- "just-lsp", -- "Platform unsupported" + "nginx-language-server", -- needs python <= 3.12 + "just-lsp", -- "Platform unsupported" "actionlint", "autotools-language-server", + "basedpyright", "bash-language-server", "clangd", "codelldb", "codespell", "css-lsp", "dockerfile-language-server", - "fortls", + -- "fortls", "gh", "gh-actions-language-server", "groovy-language-server", @@ -104,7 +105,7 @@ return { "ruff", "rust-analyzer", "shellcheck", - -- "shellharden", + "shellharden", "shfmt", "stylelint", "stylua", |
