1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 13:03:33 +02:00
home-manager/tests/modules/programs/neovim/plugin-config.vim
Robert Helgesson f4998f0adc
tests: bump nmt
2021-06-27 14:20:13 +02:00

11 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