diff options
| author | Anton Bobov <abobov@gmail.com> | 2016-07-28 09:23:29 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2016-07-28 09:23:29 +0500 |
| commit | 893fcdd5b408d9ac0ba28fc44ed883617453a5ec (patch) | |
| tree | 3d10065085b093d441b35310ee408df65416c54b | |
| parent | bfba0f9b9b422a8ab8b4cfaf1916b437b6da9e16 (diff) | |
[vim] Update modules.
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | files/.vim/bundle/nerdtree | 0 | ||||
| m--------- | files/.vim/bundle/syntastic | 0 | ||||
| m--------- | files/.vim/bundle/vim-multiple-cursors | 0 | ||||
| -rw-r--r-- | files/.vimrc | 6 |
5 files changed, 9 insertions, 0 deletions
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 -Subproject 4ebbb533c3faf2c480211db2b547972bb3b60f2 +Subproject 2e2b649232d6ae4d02d74793e5da0ee08480ad8 diff --git a/files/.vim/bundle/syntastic b/files/.vim/bundle/syntastic -Subproject 1ee4bcccc705cdcd07c806d04a88035bb02ee37 +Subproject cee74e0c1af934065fd1b3046e53cda76574f70 diff --git a/files/.vim/bundle/vim-multiple-cursors b/files/.vim/bundle/vim-multiple-cursors new file mode 160000 +Subproject 51d0717f63cc231f11b4b63ee5b611f589dce1b 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 <afile> | endif au BufWritePost * if getline(1) =~ "^#!.*/bin/" | silent exec "!chmod +x <afile>" | endif endif " }}} @@ -412,6 +413,11 @@ endfunction nnoremap <silent> <Leader>T :call TabularizeUnderCursos()<cr> " }}} +" Emmet {{{ + +let g:user_emmet_expandabbr_key = '<C-e>' + +" }}} " }}} " Load custom local config {{{ |
