summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-10-18 04:48:11 -0400
committerJesse Luehrs <doy@tozt.net>2017-10-18 05:51:20 -0400
commit40248c7c235159378dfe5158f38f3f7d0e5b7dfc (patch)
treeb3bbde0265de5e4f1b4cad9986a34810228fe8fa
parent0500fd584d8f1504305e5310639ba91eb46c2787 (diff)
downloadconf-40248c7c235159378dfe5158f38f3f7d0e5b7dfc.tar.gz
conf-40248c7c235159378dfe5158f38f3f7d0e5b7dfc.zip
try out multiple selection in vim
-rw-r--r--.gitmodules3
m---------vim/pack/local/start/multiple-cursors0
-rw-r--r--vimrc1
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f35a56b..a23cd7c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -94,3 +94,6 @@
[submodule "vim/pack/local/start/ale"]
path = vim/pack/local/start/ale
url = git://github.com/w0rp/ale
+[submodule "vim/pack/local/start/multiple-cursors"]
+ path = vim/pack/local/start/multiple-cursors
+ url = git://github.com/terryma/vim-multiple-cursors
diff --git a/vim/pack/local/start/multiple-cursors b/vim/pack/local/start/multiple-cursors
new file mode 160000
+Subproject a97dab5bc440bf0a7b62bb2de4479963a888f4f
diff --git a/vimrc b/vimrc
index 8d5fbb3..50f1fec 100644
--- a/vimrc
+++ b/vimrc
@@ -708,6 +708,7 @@ else
endif
" }}}
" ledger
+" multiple-cursors
" neosnippet {{{
let g:neosnippet#snippets_directory = '~/.vim/snippets'
let g:neosnippet#disable_runtime_snippets = { '_' : 1 }