Skip to content

Commit

Permalink
programs.neovim: fix failing test (#1943)
Browse files Browse the repository at this point in the history
Updated the expected plugin-config.vim to match what is actually
returned by the neovim utils from upstream.
  • Loading branch information
sumnerevans authored Apr 23, 2021
1 parent e00dd0d commit 839645c
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/modules/programs/neovim/plugin-config.vim
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
" 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
autocmd FileType c setlocal commentstring=//\ %s
autocmd FileType c setlocal comments=://

" }}}

0 comments on commit 839645c

Please sign in to comment.