From 726005786ab398e89673bf8c141e50645f676c57 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Thu, 14 May 2026 10:58:37 +0100 Subject: 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. --- justfile | 1 + 1 file changed, 1 insertion(+) (limited to 'justfile') 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()' -- cgit v1.3.1