aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-11 11:13:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-11 11:20:56 +1200
commit6b95e90cebb6837846e7a8a3d3efff41e6630b66 (patch)
treecea1c06380bcc879631e53d446496cec3897084c /vim/vimrc
parentRefactor colorscheme logic a little (diff)
downloaddotfiles-6b95e90cebb6837846e7a8a3d3efff41e6630b66.tar.gz
dotfiles-6b95e90cebb6837846e7a8a3d3efff41e6630b66.zip
Set up custom ftplugin for plain text files
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 6b85ea37..17282ce1 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -82,8 +82,9 @@ if exists('+breakindent')
set breakindent
endif
-" Clear default 'comments' value, let the filetype handle it
+" Clear default 'comments' and 'commentstring', filetype to handle
set comments=
+set commentstring=
" Add completion options
if exists('+completeopt')