From 893fcdd5b408d9ac0ba28fc44ed883617453a5ec Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 28 Jul 2016 09:23:29 +0500 Subject: [vim] Update modules. --- .gitmodules | 3 +++ files/.vim/bundle/nerdtree | 2 +- files/.vim/bundle/syntastic | 2 +- files/.vim/bundle/vim-multiple-cursors | 1 + files/.vimrc | 6 ++++++ 5 files changed, 12 insertions(+), 2 deletions(-) create mode 160000 files/.vim/bundle/vim-multiple-cursors diff --git a/.gitmodules b/.gitmodules index 15a7c8e..e41a689 100644 --- a/.gitmodules +++ b/.gitmodules @@ -96,3 +96,6 @@ [submodule "vim/vim-css-color"] path = files/.vim/bundle/vim-css-color url = https://github.com/ap/vim-css-color +[submodule "vim/vim-multiple-cursors"] + path = files/.vim/bundle/vim-multiple-cursors + url = https://github.com/terryma/vim-multiple-cursors diff --git a/files/.vim/bundle/nerdtree b/files/.vim/bundle/nerdtree index 4ebbb53..2e2b649 160000 --- a/files/.vim/bundle/nerdtree +++ b/files/.vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 4ebbb533c3faf2c480211db2b547972bb3b60f2b +Subproject commit 2e2b649232d6ae4d02d74793e5da0ee08480ad8d diff --git a/files/.vim/bundle/syntastic b/files/.vim/bundle/syntastic index 1ee4bcc..cee74e0 160000 --- a/files/.vim/bundle/syntastic +++ b/files/.vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 1ee4bcccc705cdcd07c806d04a88035bb02ee377 +Subproject commit cee74e0c1af934065fd1b3046e53cda76574f703 diff --git a/files/.vim/bundle/vim-multiple-cursors b/files/.vim/bundle/vim-multiple-cursors new file mode 160000 index 0000000..51d0717 --- /dev/null +++ b/files/.vim/bundle/vim-multiple-cursors @@ -0,0 +1 @@ +Subproject commit 51d0717f63cc231f11b4b63ee5b611f589dce1b3 diff --git a/files/.vimrc b/files/.vimrc index a8eb5a7..7947aa9 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -211,6 +211,7 @@ if has('autocmd') au BufReadPost *.ledger norm G " Set scripts to be executable from shell + "au BufWritePost * if getline(1) =~ "^#!.*/bin/" | silent !chmod +x | endif au BufWritePost * if getline(1) =~ "^#!.*/bin/" | silent exec "!chmod +x " | endif endif " }}} @@ -411,6 +412,11 @@ function! TabularizeUnderCursos() endfunction nnoremap T :call TabularizeUnderCursos() +" }}} +" Emmet {{{ + +let g:user_emmet_expandabbr_key = '' + " }}} " }}} " Load custom local config {{{ -- cgit v1.2.3