aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:11 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-20 13:56:11 +0100
commitea3e273d4221720f932d401a64d0881c7b23263b (patch)
treefa8df18fe37551f4fe899344b0c75b9e1f7b1708 /justfile
parentfe26523a4c0145036ed2bcd07d13594b2c39985b (diff)
downloaddotfiles-ea3e273d4221720f932d401a64d0881c7b23263b.tar.gz
dotfiles-ea3e273d4221720f932d401a64d0881c7b23263b.tar.bz2
dotfiles-ea3e273d4221720f932d401a64d0881c7b23263b.zip
drop residual Mason references after p6 migration
- zsh: remove ~/.local/share/nvim/mason/bin from PATH - justfile: update comments to reflect Mason removal
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/justfile b/justfile
index 8af74bb..bdea26b 100644
--- a/justfile
+++ b/justfile
@@ -47,7 +47,7 @@ nix-switch:
# Updates
# ═══════════════════════════════════════════════════════════════════
-# Update everything: system packages, Neovim plugins, Mason tools, flatpaks
+# Update everything: system packages, Neovim plugins, flatpaks
update: pkg-update flatpak-update
# Upgrade all system + AUR packages
@@ -75,7 +75,7 @@ flatpak-update:
rm -f "$tmp"
done
-# Update Neovim plugins (vim.pack) and Mason tools, interactively so the diff buffer is visible.
+# Update Neovim plugins (vim.pack) interactively so the diff buffer is visible.
# `cd` to $HOME first so auto-session's suppressed_dirs rule kicks in and we don't
# load/save a project session for what's really just an admin chore.