From 839645caf35b7004d3422fbdba6db1d762a410d0 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Fri, 23 Apr 2021 12:19:26 -0600 Subject: [PATCH] programs.neovim: fix failing test (#1943) Updated the expected plugin-config.vim to match what is actually returned by the neovim utils from upstream. --- tests/modules/programs/neovim/plugin-config.vim | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/modules/programs/neovim/plugin-config.vim b/tests/modules/programs/neovim/plugin-config.vim index a8d833f4e..f16bb3f85 100644 --- a/tests/modules/programs/neovim/plugin-config.vim +++ b/tests/modules/programs/neovim/plugin-config.vim @@ -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=:// " }}} -