diff --git a/bundle/vim-zettelkasten/test/init.vim b/bundle/vim-zettelkasten/test/init.vim index e9ae9b58a..d1aeb2a32 100644 --- a/bundle/vim-zettelkasten/test/init.vim +++ b/bundle/vim-zettelkasten/test/init.vim @@ -1,7 +1 @@ -set nocompatible -set rtp+=. -set noswapfile -filetype plugin indent on -syntax enable -colorscheme desert - +exe 'set rtp+=' .. getcwd()