aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/nvim/lua/plugins
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:38 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-04-21 01:24:38 +0100
commit7d1c9e7f965a3e6cfdb9674d283f0170e0c6ec7b (patch)
treee785937c14321b07015b9ac02a2dc6c36f653a22 /dot_config/nvim/lua/plugins
parent9efcb19038851085f1cc8c8ae489740b8db5e6f9 (diff)
downloaddotfiles-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.lua2
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",