From 5b8ca2451d405c7a2fe5a2f2abdc982f2240c91d Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Sun, 28 Oct 2018 21:35:32 -0400 Subject: [PATCH] vim: Add vader ftplugin preferences --- vim/ftplugin/vader.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/ftplugin/vader.vim diff --git a/vim/ftplugin/vader.vim b/vim/ftplugin/vader.vim new file mode 100644 index 0000000..cc2136a --- /dev/null +++ b/vim/ftplugin/vader.vim @@ -0,0 +1,3 @@ +" vader.vim is a Vim testing framework by Junegunn +" https://github.com/junegunn/vader.vim +set foldmethod=marker -- libgit2 0.28.4