nix-config/modules/home/vim/after/ftplugin/bp.vim
Bruno BELANYI 6812d777cf
All checks were successful
ci/woodpecker/push/check Pipeline was successful
home: vim: ftplugin: add bp
2024-04-12 10:03:28 +00:00

7 lines
191 B
VimL

" Create the `b:undo_ftplugin` variable if it doesn't exist
call ftplugined#check_undo_ft()
" Add comment format
setlocal commentstring=#\ %s
let b:undo_ftplugin.='|setlocal commentstring<'