aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-14 10:58:37 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-14 10:58:37 +0100
commit726005786ab398e89673bf8c141e50645f676c57 (patch)
treec6157391bfb7b41e4db1309b78b17f680f0c50c3 /justfile
parentdb4c6bdcd2af6aa2b95f587974f34c0246f62cb8 (diff)
downloaddotfiles-726005786ab398e89673bf8c141e50645f676c57.tar.gz
dotfiles-726005786ab398e89673bf8c141e50645f676c57.tar.bz2
dotfiles-726005786ab398e89673bf8c141e50645f676c57.zip
style: apply shfmt/prettier/just fmt drift
Pure formatter output from shfmt (2-space indent, '|' line breaks), prettier (KEYBINDS.md), and 'just fmt' (justfile blank line). No behavior change.
Diffstat (limited to 'justfile')
-rw-r--r--justfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/justfile b/justfile
index f8fed9a..bd8a9a2 100644
--- a/justfile
+++ b/justfile
@@ -54,6 +54,7 @@ flatpak-update:
# Update Neovim plugins (vim.pack) and Mason tools, 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.
nvim-update:
cd && nvim '+lua require("config.update").run()'