summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-01 14:10:26 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-01 14:10:26 -0500
commit70add7a4321c0fbee741dad76caec9cddbfdd4e9 (patch)
tree5ccd8028a05c6b1c359be0c40b5a821f257cc8b0 /vimrc
parent41e40fada15dfab455b02e51407feaaa2db0ebb2 (diff)
downloadconf-70add7a4321c0fbee741dad76caec9cddbfdd4e9.tar.gz
conf-70add7a4321c0fbee741dad76caec9cddbfdd4e9.zip
remove outdated comment
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 1a34f19..9ea80b9 100644
--- a/vimrc
+++ b/vimrc
@@ -120,7 +120,6 @@ endif
" matchit {{{
packadd! matchit
" }}}
-" multiple-cursors
" neosnippet {{{
let g:neosnippet#snippets_directory = '~/.vim/snippets'
let g:neosnippet#disable_runtime_snippets = { '_' : 1 }