File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 262262
263263
264264# vim:ft=gitconfig:
265+ [filter "lfs"]
266+ required = true
267+ clean = git-lfs clean -- %f
268+ smudge = git-lfs smudge -- %f
269+ process = git-lfs filter-process
Original file line number Diff line number Diff line change @@ -92,6 +92,10 @@ function ni(...)
9292 require (" noice" ).redirect (... )
9393end
9494
95+ vim .api .nvim_create_user_command (" ClearDiagnostics" , function ()
96+ vim .diagnostic .reset (nil , vim .api .nvim_get_current_buf ())
97+ end , { desc = " Clear diagnostics for current buffer" })
98+
9599-- NOTE: local_nvim is symlinked in from local-dotfiles to allow for local
96100-- system specific customizations
97101-- see: https://github.com/malleatus/shared_binutils/blob/master/global/src/bin/setup-local-dotfiles.rs
Original file line number Diff line number Diff line change @@ -178,6 +178,7 @@ tasks:
178178 - " local-packages/agents/AGENTS.md|$HOME/.claude/CLAUDE.md"
179179 - " local-packages/agents/AGENTS.md|$HOME/.codex/AGENTS.md"
180180 - " packages/zellij/|$HOME/.config/zellij"
181+ - " local-packages/bazel/bazelrc|$HOME/.bazelrc"
181182 cmds :
182183 - for :
183184 var : MACOS_DOTFILES
You can’t perform that action at this time.
0 commit comments