vimenv

configure vim environment
git clone git://git.unixkoans.com/vimenv.git
Log | Files | Refs | Submodules

commit 3b94d468d6e283542deb1b0420e8373bd0d152d9
parent 45c0ae1cd491426f5f7a7f75d06535866c3a509c
Author: Xiaodong Xu <[email protected]>
Date:   Tue May 31 21:28:58 +0800

Update config

Diffstat:
.gitmodules | 12++++++++++++
_vim/bundle/airline-themes | 1+
_vim/bundle/base16 | 1+
_vim/bundle/hicterm | 1+
_vim/bundle/shortcut | 1+
_vim/conf/abbrevs.vim | 5+++--
_vim/conf/plugin.vim | 11+++++++++--
_vimrc | 2+-
8 files changed, 29 insertions(+), 5 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -136,3 +136,15 @@ [submodule "_vim/bundle/gruvbox"] path = _vim/bundle/gruvbox url = git://github.com/morhetz/gruvbox.git +[submodule "_vim/bundle/airline-themes"] + path = _vim/bundle/airline-themes + url = git://github.com/vim-airline/vim-airline-themes.git +[submodule "_vim/bundle/hicterm"] + path = _vim/bundle/hicterm + url = git://github.com/sunaku/vim-hicterm.git +[submodule "_vim/bundle/shortcut"] + path = _vim/bundle/shortcut + url = git://github.com/sunaku/vim-shortcut.git +[submodule "_vim/bundle/base16"] + path = _vim/bundle/base16 + url = git://github.com/chriskempson/base16-vim.git diff --git a/_vim/bundle/airline-themes b/_vim/bundle/airline-themes @@ -0,0 +1 @@ +Subproject commit bf0be1d52997b0325b7fdda9e78f7ef280988827 diff --git a/_vim/bundle/base16 b/_vim/bundle/base16 @@ -0,0 +1 @@ +Subproject commit e711e9b1412b55fec7e8a5cff4ac5c06f9078729 diff --git a/_vim/bundle/hicterm b/_vim/bundle/hicterm @@ -0,0 +1 @@ +Subproject commit f0e8ea9414fcbc6f160df40fcff0bf344751ce81 diff --git a/_vim/bundle/shortcut b/_vim/bundle/shortcut @@ -0,0 +1 @@ +Subproject commit e66aa3cfa2e23968ec915d178241fbddd819c280 diff --git a/_vim/conf/abbrevs.vim b/_vim/conf/abbrevs.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2016 Apr 26 +" modified : 2016 May 31 " "-- abbrevs --" @@ -26,4 +26,5 @@ iab _ehl {% endhighlight %} iab ,, => iab _ps <!-- PELICAN_END_SUMMARY --> -iab _pi [![]({filename}/images/)]({filename}/images/) +iab _pi ![]({filename}/images/) +iab _pil [![]({filename}/images/)]({filename}/images/) diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2016 May 06 +" modified : 2016 May 15 " "-- plugin --" @@ -18,7 +18,14 @@ vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr " airline let g:airline_powerline_fonts=1 let g:airline_theme='tomorrow' -let g:airline_section_y='' +if !exists('g:airline_symbols') + let g:airline_symbols={} +endif +let g:airline_symbols.maxlinenr='' +"let g:airline_section_y='' +"let g:airline_section_z='' +"let g:airline_section_error='' +"let g:airline_section_warning='' " nerdtree let g:NERDTreeWinSize=25 diff --git a/_vimrc b/_vimrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2016 May 13 +" modified: 2016 May 15 " "-- source --"