Skip to content

Commit 8673d0b

Browse files
committed
Small test/vimrc cleanups
We don't need to set `nocompatible` because that's implied by how we start vim. Also, add `vader.vim` to the runtime path first.
1 parent 0172d2d commit 8673d0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/vimrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
set nocompatible
21
filetype off
3-
set rtp+=../
42
set rtp+=vader.vim
3+
set rtp+=../
54
filetype plugin indent on
65
syntax enable

0 commit comments

Comments
 (0)