mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
10 lines
327 B
VimL
10 lines
327 B
VimL
set packpath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
|
set runtimepath^=/nix/store/00000000000000000000000000000000-vim-pack-dir
|
|
|
|
" vim-commentary {{{
|
|
" This should be present too
|
|
autocmd FileType c setlocal commentstring=//\ %s
|
|
autocmd FileType c setlocal comments=://
|
|
|
|
" }}}
|
|
" This should be present in vimrc
|