mirror of
https://github.com/nix-community/home-manager
synced 2024-11-12 22:29:45 +01:00
839645caf3
Updated the expected plugin-config.vim to match what is actually returned by the neovim utils from upstream.
13 lines
378 B
VimL
13 lines
378 B
VimL
" configuration generated by NIX
|
|
set nocompatible
|
|
|
|
set packpath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
|
set runtimepath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
|
|
|
" This should be present in vimrc
|
|
" vim-commentary {{{
|
|
" This should be present too
|
|
autocmd FileType c setlocal commentstring=//\ %s
|
|
autocmd FileType c setlocal comments=://
|
|
|
|
" }}}
|