From 40248c7c235159378dfe5158f38f3f7d0e5b7dfc Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 18 Oct 2017 04:48:11 -0400 Subject: try out multiple selection in vim --- .gitmodules | 3 +++ vim/pack/local/start/multiple-cursors | 1 + vimrc | 1 + 3 files changed, 5 insertions(+) create mode 160000 vim/pack/local/start/multiple-cursors 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 index 0000000..a97dab5 --- /dev/null +++ b/vim/pack/local/start/multiple-cursors @@ -0,0 +1 @@ +Subproject commit a97dab5bc440bf0a7b62bb2de4479963a888f4ff 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 } -- cgit v1.2.3-54-g00ecf