From 5db9a4ee4961f44873a4132c515621b88fd2a7b9 Mon Sep 17 00:00:00 2001 From: Tucker Evans Date: Tue, 28 Jan 2020 16:18:47 -0500 Subject: Update vim modules --- vim/.vim/after/ftplugin/c.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/.vim/after/ftplugin/c.vim') diff --git a/vim/.vim/after/ftplugin/c.vim b/vim/.vim/after/ftplugin/c.vim index a445f6f..b23ce46 100644 --- a/vim/.vim/after/ftplugin/c.vim +++ b/vim/.vim/after/ftplugin/c.vim @@ -1,3 +1,5 @@ set tw=0 set cindent set nospell + +set foldmarker=#if,#endif -- cgit v1.1