2021-06-27 14:20:13 +02:00
|
|
|
set packpath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
|
|
|
set runtimepath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
2020-09-25 02:08:39 +02:00
|
|
|
|
|
|
|
" vim-commentary {{{
|
|
|
|
" This should be present too
|
|
|
|
autocmd FileType c setlocal commentstring=//\ %s
|
|
|
|
autocmd FileType c setlocal comments=://
|
|
|
|
|
|
|
|
" }}}
|
2021-05-31 19:32:21 +02:00
|
|
|
" This should be present in vimrc
|