mirror of
https://github.com/nix-community/home-manager
synced 2024-11-30 06:59:45 +01:00
programs.neovim: fix failing test (#1943)
Updated the expected plugin-config.vim to match what is actually returned by the neovim utils from upstream.
This commit is contained in:
parent
e00dd0d7d2
commit
839645caf3
1 changed files with 0 additions and 9 deletions
|
@ -1,17 +1,9 @@
|
||||||
" configuration generated by NIX
|
" configuration generated by NIX
|
||||||
set nocompatible
|
set nocompatible
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
set packpath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
set packpath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
||||||
set runtimepath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
set runtimepath^=/nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-vim-pack-dir
|
||||||
|
|
||||||
filetype indent plugin on | syn on
|
|
||||||
|
|
||||||
|
|
||||||
" This should be present in vimrc
|
" This should be present in vimrc
|
||||||
" vim-commentary {{{
|
" vim-commentary {{{
|
||||||
" This should be present too
|
" This should be present too
|
||||||
|
@ -19,4 +11,3 @@ autocmd FileType c setlocal commentstring=//\ %s
|
||||||
autocmd FileType c setlocal comments=://
|
autocmd FileType c setlocal comments=://
|
||||||
|
|
||||||
" }}}
|
" }}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue