1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-26 16:38:34 +02: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:
Sumner Evans 2021-04-23 12:19:26 -06:00 committed by GitHub
parent e00dd0d7d2
commit 839645caf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +1,9 @@
" configuration generated by NIX
set nocompatible
set packpath^=/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
" vim-commentary {{{
" This should be present too
@ -19,4 +11,3 @@ autocmd FileType c setlocal commentstring=//\ %s
autocmd FileType c setlocal comments=://
" }}}