2021-07-02 22:36:30 +00:00
|
|
|
set packpath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
|
|
|
set runtimepath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
2020-10-12 00:22:58 +00:00
|
|
|
|
|
|
|
" vim-commentary {{{
|
|
|
|
" This should be present too
|
|
|
|
autocmd FileType c setlocal commentstring=//\ %s
|
|
|
|
autocmd FileType c setlocal comments=://
|
|
|
|
|
|
|
|
" }}}
|
2021-07-02 22:36:30 +00:00
|
|
|
" This should be present in vimrc
|