diff options
author | Tucker Evans <tuckerevans24@gmail.com> | 2020-01-28 16:18:47 -0500 |
---|---|---|
committer | Tucker Evans <tuckerevans24@gmail.com> | 2020-01-28 16:19:34 -0500 |
commit | 5db9a4ee4961f44873a4132c515621b88fd2a7b9 (patch) | |
tree | f1c1ae931e88492748450c4dae2850f6c3a5581f /vim/.vim/after/ftplugin | |
parent | fd263b9c44a7d5c9dd010320e17d4d009c946b41 (diff) |
Update vim modules
Diffstat (limited to 'vim/.vim/after/ftplugin')
-rw-r--r-- | vim/.vim/after/ftplugin/c.vim | 2 | ||||
-rw-r--r-- | vim/.vim/after/ftplugin/nroff.vim | 2 |
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 |