Compare commits

..

7 commits

Author SHA1 Message Date
f2b55c8893 home: direnv: set 'DIRENV_DEFAULT_FLAKE' as needed
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-04-15 14:53:05 +00:00
b179185782 home: direnv: update default flake
Now that I (usually?) override `nixpkgs` in the registry, there's not
much use in defaulting to `pkgs`.
2024-04-15 14:06:21 +00:00
101480824d pkgs: remove 'bt-migrate'
All checks were successful
ci/woodpecker/push/check Pipeline was successful
I have packaged it upstream.
2024-04-12 15:21:26 +00:00
b03170daad pkgs: remove 'sqlite_orm'
I have packaged it upstream.
2024-04-12 15:21:26 +00:00
9b1063b7fb pkgs: remove 'digestpp'
I have packaged it upstream.
2024-04-12 15:21:26 +00:00
26d6fcae4a templates: add rust-cargo
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-04-12 15:02:47 +00:00
6812d777cf home: vim: ftplugin: add bp
All checks were successful
ci/woodpecker/push/check Pipeline was successful
2024-04-12 10:03:28 +00:00

View file

@ -2,6 +2,5 @@
call ftplugined#check_undo_ft()
" Add comment format
setlocal comments=b://,s1:/*,mb:*,ex:*/
setlocal commentstring=//\ %s
let b:undo_ftplugin.='|setlocal comments< commentstring<'
setlocal commentstring=#\ %s
let b:undo_ftplugin.='|setlocal commentstring<'