aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'vim/.vim/after/ftplugin')
-rw-r--r--vim/.vim/after/ftplugin/c.vim2
-rw-r--r--vim/.vim/after/ftplugin/nroff.vim2
2 files changed, 3 insertions, 1 deletions
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