diff options
| author | 2026-04-21 01:24:38 +0100 | |
|---|---|---|
| committer | 2026-04-21 01:24:38 +0100 | |
| commit | 7d1c9e7f965a3e6cfdb9674d283f0170e0c6ec7b (patch) | |
| tree | e785937c14321b07015b9ac02a2dc6c36f653a22 /dot_config/nvim/lua/plugins | |
| parent | 9efcb19038851085f1cc8c8ae489740b8db5e6f9 (diff) | |
| download | dotfiles-7d1c9e7f965a3e6cfdb9674d283f0170e0c6ec7b.tar.gz dotfiles-7d1c9e7f965a3e6cfdb9674d283f0170e0c6ec7b.tar.bz2 dotfiles-7d1c9e7f965a3e6cfdb9674d283f0170e0c6ec7b.zip | |
chore(mason): ensure selene and taplo are installed
Required by the 'just lint' and 'just fmt' recipes for lua linting and
TOML format/lint respectively.
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/lsp.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/nvim/lua/plugins/lsp.lua b/dot_config/nvim/lua/plugins/lsp.lua index e9b7e84..1a115db 100644 --- a/dot_config/nvim/lua/plugins/lsp.lua +++ b/dot_config/nvim/lua/plugins/lsp.lua @@ -48,6 +48,7 @@ require("mason-tool-installer").setup({ "prettier", "ruff", "rust-analyzer", + "selene", "shellcheck", "shellharden", "shfmt", @@ -55,6 +56,7 @@ require("mason-tool-installer").setup({ "stylua", "systemd-lsp", "systemdlint", + "taplo", "typescript-language-server", "typos", "yaml-language-server", |
