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 ++ vim/.vim/after/ftplugin/nroff.vim | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'vim/.vim/after/ftplugin') 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 diff --git a/vim/.vim/after/ftplugin/nroff.vim b/vim/.vim/after/ftplugin/nroff.vim index 7dcafeb..9082bc7 100644 --- a/vim/.vim/after/ftplugin/nroff.vim +++ b/vim/.vim/after/ftplugin/nroff.vim @@ -1,2 +1,2 @@ set spell -set tw=70 +set tw=0 -- cgit v1.1