vimenv

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

commit 9f9067062d3f3364cd0da6174421b9a7eca23d60
parent 05e662c7846b845d68cb3bbfdce850099cac9291
Author: Xiaodong Xu <[email protected]>
Date:   Sat Oct 22 19:04:20 +0800

Add new plugins

Diffstat:
.gitmodules | 15++++++++++++---
_vim/bundle/airline | 2+-
_vim/bundle/airline-themes | 2+-
_vim/bundle/base16 | 2+-
_vim/bundle/codi | 1+
_vim/bundle/color_highlight | 2+-
_vim/bundle/dasht | 2+-
_vim/bundle/deoplete-jedi | 2+-
_vim/bundle/deoplete.nvim | 2+-
_vim/bundle/easymotion | 2+-
_vim/bundle/emmet | 2+-
_vim/bundle/fugitive | 2+-
_vim/bundle/gitgutter | 2+-
_vim/bundle/gitv | 1+
_vim/bundle/gruvbox | 2+-
_vim/bundle/indentline | 2+-
_vim/bundle/jellybeans | 2+-
_vim/bundle/neoman | 2+-
_vim/bundle/nerdcommenter | 2+-
_vim/bundle/nerdtree | 2+-
_vim/bundle/neverland | 2+-
_vim/bundle/pathogen | 2+-
_vim/bundle/perl | 2+-
_vim/bundle/robotframework | 1+
_vim/bundle/ruby | 2+-
_vim/bundle/signature | 2+-
_vim/bundle/slime | 2+-
_vim/bundle/sneak | 2+-
_vim/bundle/snipmate | 2+-
_vim/bundle/snippets | 2+-
_vim/bundle/splitjoin | 2+-
_vim/bundle/startify | 2+-
_vim/bundle/syntastic | 2+-
_vim/bundle/tagbar | 2+-
_vim/bundle/tlib_vim | 2+-
_vim/bundle/ultisnips | 2+-
_vim/bundle/unite | 2+-
_vim/bundle/vimfiler | 2+-
_vim/bundle/zeavim | 2+-
_vim/conf/plugin.vim | 4+++-
40 files changed, 53 insertions(+), 39 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -7,9 +7,6 @@ [submodule "_vim/bundle/jellybeans"] path = _vim/bundle/jellybeans url = git://github.com/nanotech/jellybeans.vim.git -[submodule "_vim/bundle/smartinput"] - path = _vim/bundle/smartinput - url = git://github.com/kana/vim-smartinput.git [submodule "_vim/bundle/nerdcommenter"] path = _vim/bundle/nerdcommenter url = git://github.com/scrooloose/nerdcommenter.git @@ -220,3 +217,15 @@ [submodule "_vim/bundle/goyo"] path = _vim/bundle/goyo url = git://github.com/junegunn/goyo.vim.git +[submodule "_vim/bundle/robotframework"] + path = _vim/bundle/robotframework + url = git://github.com/mfukar/robotframework-vim.git +[submodule "_vim/bundle/codi"] + path = _vim/bundle/codi + url = git://github.com/metakirby5/codi.vim.git +[submodule "_vim/bundle/smartinput"] + path = _vim/bundle/smartinput + url = git://github.com/kana/vim-smartinput.git +[submodule "_vim/bundle/gitv"] + path = _vim/bundle/gitv + url = git://github.com/gregsexton/gitv.git diff --git a/_vim/bundle/airline b/_vim/bundle/airline @@ -1 +1 @@ -Subproject commit 4d0c4f6b1e3fee30873b0c9734fbe83f4d74b81c +Subproject commit 64d91665fe7b979653fe2b3610e3441afdc69aa8 diff --git a/_vim/bundle/airline-themes b/_vim/bundle/airline-themes @@ -1 +1 @@ -Subproject commit aa95f935047323dbcbe2fed210bd3a0356a3c32b +Subproject commit 0d121684a8d7d8d985e7385c4492e1a079085a0c diff --git a/_vim/bundle/base16 b/_vim/bundle/base16 @@ -1 +1 @@ -Subproject commit 6e46bccea5b24a5e862bc4ef183592b3a0e4da71 +Subproject commit ce6cc2ea1afb69d0684bde08bed90ecfb96533a0 diff --git a/_vim/bundle/codi b/_vim/bundle/codi @@ -0,0 +1 @@ +Subproject commit 6f83309975a8936b1ed119f2d6bb4102982a8b57 diff --git a/_vim/bundle/color_highlight b/_vim/bundle/color_highlight @@ -1 +1 @@ -Subproject commit c656b84d68cbfaf5fee588a1a19845ffff533844 +Subproject commit 4e6846c73596a5f935bb7a3a2a76e2d3d9cbce18 diff --git a/_vim/bundle/dasht b/_vim/bundle/dasht @@ -1 +1 @@ -Subproject commit 43c5cab9848f506e1cfade23023d639b9f330749 +Subproject commit 31d0586ec4e3c37cedcfeca66c59e53a0eba77ae diff --git a/_vim/bundle/deoplete-jedi b/_vim/bundle/deoplete-jedi @@ -1 +1 @@ -Subproject commit e7f0a94ea64b86d2b4946d30b6cedb38133d6603 +Subproject commit e91e5d2b56e4a6672994bbdfb1f2841dba67fcd1 diff --git a/_vim/bundle/deoplete.nvim b/_vim/bundle/deoplete.nvim @@ -1 +1 @@ -Subproject commit 8102bbb73f942b232b6bcc00b8699fbe3b3f370c +Subproject commit e28d5190296e0768d7d2cf28be3007687fb4b2e0 diff --git a/_vim/bundle/easymotion b/_vim/bundle/easymotion @@ -1 +1 @@ -Subproject commit 5c6f3cd9a713491e6b32752a05c45198aa91540a +Subproject commit 11632455de8caa40f264501df8f0a3e249cf0595 diff --git a/_vim/bundle/emmet b/_vim/bundle/emmet @@ -1 +1 @@ -Subproject commit 3654efd3d18d73d654be7de45a892911c295b08b +Subproject commit f4b097af50833964e15f17192f2d1c336e34936e diff --git a/_vim/bundle/fugitive b/_vim/bundle/fugitive @@ -1 +1 @@ -Subproject commit c00ebd75ac23f4080c0d0bf9453b16304a3fb316 +Subproject commit aac85a268e89a6c8be79341e130ac90256fadbd6 diff --git a/_vim/bundle/gitgutter b/_vim/bundle/gitgutter @@ -1 +1 @@ -Subproject commit b5f23e986747a6f4b1dc1196d2a5bd3dc7c8c2b6 +Subproject commit 0d455a7af787176864612cde69a72f1a07cfc35a diff --git a/_vim/bundle/gitv b/_vim/bundle/gitv @@ -0,0 +1 @@ +Subproject commit 16904714a3d883396bd95e4487c3b1000f7118d1 diff --git a/_vim/bundle/gruvbox b/_vim/bundle/gruvbox @@ -1 +1 @@ -Subproject commit d7f7f1951d0716957f3e32549a247e92d25b1449 +Subproject commit 127c9d14d4bac1bac31e328b835a8919a255789c diff --git a/_vim/bundle/indentline b/_vim/bundle/indentline @@ -1 +1 @@ -Subproject commit 2a2617310b0fb4c0daf02be2ba465fada257f2d0 +Subproject commit 86b9824b89cf52d4b748ea2a27885607c98c881a diff --git a/_vim/bundle/jellybeans b/_vim/bundle/jellybeans @@ -1 +1 @@ -Subproject commit e0b9ef9ff42b91133d7da5d36d2c264994cc3cdd +Subproject commit fd089ca8a242263f61ae7bddce55a007d535bc65 diff --git a/_vim/bundle/neoman b/_vim/bundle/neoman @@ -1 +1 @@ -Subproject commit 2eb6205397a63d14fd44e9d0f035a0b256f8fe23 +Subproject commit 75d6d576f1c49fe77ba66a88325cf10c35b2f2ee diff --git a/_vim/bundle/nerdcommenter b/_vim/bundle/nerdcommenter @@ -1 +1 @@ -Subproject commit e2d47bec2662d5fcd324d17e22dc37f38c97bf2d +Subproject commit 97cb982f1f0d0631b34b71b065e162916bee4036 diff --git a/_vim/bundle/nerdtree b/_vim/bundle/nerdtree @@ -1 +1 @@ -Subproject commit 2e2b649232d6ae4d02d74793e5da0ee08480ad8d +Subproject commit 513bf6455568a1a1e8182ab877df809d125e6421 diff --git a/_vim/bundle/neverland b/_vim/bundle/neverland @@ -1 +1 @@ -Subproject commit 6d396c7b2532b68a96f42c0266de147b089566fe +Subproject commit 5c2ed49e578271f01009c94d5da1168972cd81f7 diff --git a/_vim/bundle/pathogen b/_vim/bundle/pathogen @@ -1 +1 @@ -Subproject commit 8c91196cfd9c8fe619f35fac6f2ac81be10677f8 +Subproject commit 7ba2e1b67a8f8bcbafedaf6763580390dfd93436 diff --git a/_vim/bundle/perl b/_vim/bundle/perl @@ -1 +1 @@ -Subproject commit eadbd41674f32f2315f5a6b6435151d2134c81d7 +Subproject commit 91163b59af9702d11895d5944efc0cbbadcbeeae diff --git a/_vim/bundle/robotframework b/_vim/bundle/robotframework @@ -0,0 +1 @@ +Subproject commit 26579d407641a7e5f964ca136f9d4f8e67813f67 diff --git a/_vim/bundle/ruby b/_vim/bundle/ruby @@ -1 +1 @@ -Subproject commit e667558961206e152764625383d661e1e21e8e46 +Subproject commit e865f7cacf05908668ed07be2db553f4fb4d56fd diff --git a/_vim/bundle/signature b/_vim/bundle/signature @@ -1 +1 @@ -Subproject commit e2fca5f3b0474e7174e08b32c89634ac6f53bfe2 +Subproject commit f1f7108aacac5dc3a7e3b697c489f8271fa054b8 diff --git a/_vim/bundle/slime b/_vim/bundle/slime @@ -1 +1 @@ -Subproject commit bd57c785b9725d61bb26d49cbec3aef2edcfad27 +Subproject commit c613944dd0cb1ef0a01e2735350ce3151631b901 diff --git a/_vim/bundle/sneak b/_vim/bundle/sneak @@ -1 +1 @@ -Subproject commit 8f7fe76ae5de6cb04250a0d4fab82735121ca527 +Subproject commit ecbc1faab454c90812275948121535d1049e6ea1 diff --git a/_vim/bundle/snipmate b/_vim/bundle/snipmate @@ -1 +1 @@ -Subproject commit ee433e43c76c768c95ad6d9af67c4cd4b40f7eac +Subproject commit 31986191ac9923afcd53bf6425c9b6c35fdbb214 diff --git a/_vim/bundle/snippets b/_vim/bundle/snippets @@ -1 +1 @@ -Subproject commit d285c86221e917d13c6cbf89f347627ea9fe1796 +Subproject commit b7d5aa7645457db023283c222e0f73a7dd950127 diff --git a/_vim/bundle/splitjoin b/_vim/bundle/splitjoin @@ -1 +1 @@ -Subproject commit a6f9ddcfb58f13fdefb656eb67e5d39616c4148a +Subproject commit 7ee9377201a29b8c1f5098cda7fb2432c376d8ad diff --git a/_vim/bundle/startify b/_vim/bundle/startify @@ -1 +1 @@ -Subproject commit 84a296eb5c36dc263ab67db3202e57fa783473b0 +Subproject commit 9e865c823b659de949fcc15a1e8c493e455f4085 diff --git a/_vim/bundle/syntastic b/_vim/bundle/syntastic @@ -1 +1 @@ -Subproject commit 9bec49b7f95f02d1e0e51813b471065fa021ceef +Subproject commit 9b45d5c4b46031c29a31ba72fbf1dcb6f0db6d5f diff --git a/_vim/bundle/tagbar b/_vim/bundle/tagbar @@ -1 +1 @@ -Subproject commit 7b36c46d17d57db34fdb0adac9ba6382d0bb5e66 +Subproject commit b99e10325846f054ebc5f6faef1e796c9b50f251 diff --git a/_vim/bundle/tlib_vim b/_vim/bundle/tlib_vim @@ -1 +1 @@ -Subproject commit 5636472e5dba1a4104376ce6bd93cc2546e02483 +Subproject commit 8c74564396e368788a5cb901b0e8017a3166cee9 diff --git a/_vim/bundle/ultisnips b/_vim/bundle/ultisnips @@ -1 +1 @@ -Subproject commit e8c485eb3c7e2c4c3ddc62beb79011f026a3ca04 +Subproject commit 97a280417b9ebcd098283b46ba9f144c6344bb8d diff --git a/_vim/bundle/unite b/_vim/bundle/unite @@ -1 +1 @@ -Subproject commit faeff916c6af683990d3afe571047ebdb8bf2a4b +Subproject commit 708435c9abd6125e1d4324aafcf2f6832a78756d diff --git a/_vim/bundle/vimfiler b/_vim/bundle/vimfiler @@ -1 +1 @@ -Subproject commit 7216090936e16e1c3449d60d384de6a4858df533 +Subproject commit 1f00a8a5c48714ae88e7a573429beef447003a5d diff --git a/_vim/bundle/zeavim b/_vim/bundle/zeavim @@ -1 +1 @@ -Subproject commit 5a23f5cc8f2345326aa11481134b35c5f5539f0b +Subproject commit fd72f775c889b10ff45cd1871a246977a9cf0a04 diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2016 Jun 28 +" modified : 2016 Sep 21 " "-- plugin --" @@ -22,6 +22,8 @@ if !exists('g:airline_symbols') let g:airline_symbols={} endif let g:airline_symbols.maxlinenr='' +let g:airline_symbols.notexists='' +let g:airline_symbols.whitespace='' "let g:airline_section_y='' "let g:airline_section_z='' "let g:airline_section_error=''