vimenv

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

commit 9cc806f5a0ce9a7c616813cd01bdc4434384481c
parent 1a6994eb51a43c374b67e8db445d8433d6782d58
Author: Xiaodong Xu <[email protected]>
Date:   Mon May 11 09:04:31 +0800

Update vimrc

Diffstat:
.gitmodules | 15---------------
_vim/bundle/textobj-entire | 1-
_vim/bundle/textobj-function | 1-
_vim/bundle/textobj-rubyblock | 1-
_vim/bundle/textobj-rubysymbol | 1-
_vim/bundle/textobj-user | 1-
_vim/conf/plugin.vim | 7++-----
_vimrc | 6+++---
8 files changed, 5 insertions(+), 28 deletions(-)
diff --git a/.gitmodules b/.gitmodules @@ -40,12 +40,6 @@ [submodule "_vim/bundle/ruby"] path = _vim/bundle/ruby url = git://github.com/vim-ruby/vim-ruby.git -[submodule "_vim/bundle/textobj-rubyblock"] - path = _vim/bundle/textobj-rubyblock - url = git://github.com/nelstrom/vim-textobj-rubyblock.git -[submodule "_vim/bundle/textobj-user"] - path = _vim/bundle/textobj-user - url = git://github.com/kana/vim-textobj-user.git [submodule "_vim/bundle/markdown-helper"] path = _vim/bundle/markdown-helper url = git://github.com/xuxiaodong/vim-markdown-helper.git @@ -67,21 +61,12 @@ [submodule "_vim/bundle/commentary"] path = _vim/bundle/commentary url = git://github.com/tpope/vim-commentary.git -[submodule "_vim/bundle/textobj-entire"] - path = _vim/bundle/textobj-entire - url = git://github.com/kana/vim-textobj-entire.git [submodule "_vim/bundle/endwise"] path = _vim/bundle/endwise url = git://github.com/tpope/vim-endwise.git [submodule "_vim/bundle/splitjoin"] path = _vim/bundle/splitjoin url = git://github.com/AndrewRadev/splitjoin.vim.git -[submodule "_vim/bundle/textobj-function"] - path = _vim/bundle/textobj-function - url = git://github.com/kana/vim-textobj-function.git -[submodule "_vim/bundle/textobj-rubysymbol"] - path = _vim/bundle/textobj-rubysymbol - url = git://github.com/bootleq/vim-textobj-rubysymbol.git [submodule "_vim/bundle/ansiesc"] path = _vim/bundle/ansiesc url = git://github.com/vim-scripts/AnsiEsc.vim.git diff --git a/_vim/bundle/textobj-entire b/_vim/bundle/textobj-entire @@ -1 +0,0 @@ -Subproject commit 8085ed1472c9a21b6eeb2f6ad142b866db51f9f4 diff --git a/_vim/bundle/textobj-function b/_vim/bundle/textobj-function @@ -1 +0,0 @@ -Subproject commit ebd88b7fd4b23c67184f0205111c9aa5ad78b70c diff --git a/_vim/bundle/textobj-rubyblock b/_vim/bundle/textobj-rubyblock @@ -1 +0,0 @@ -Subproject commit ae54af7d2c957fa5dda50b07cf0cb2ccf1d0146f diff --git a/_vim/bundle/textobj-rubysymbol b/_vim/bundle/textobj-rubysymbol @@ -1 +0,0 @@ -Subproject commit 7fd2a8bde1be3030dccddaa6e2be16bac4f2c881 diff --git a/_vim/bundle/textobj-user b/_vim/bundle/textobj-user @@ -1 +0,0 @@ -Subproject commit 2045cc11b5b5b9ea2535491f3df2811028a4574c diff --git a/_vim/conf/plugin.vim b/_vim/conf/plugin.vim @@ -1,6 +1,6 @@ " " author : Xu Xiaodong <[email protected]> -" modified : 2013 Dec 08 +" modified : 2015 May 10 " "-- plugin --" @@ -18,10 +18,7 @@ vmap <silent> <leader>i( <esc>:AlignPush<cr>:AlignCtrl lp0P0<cr>:'<,'>Align (<cr " airline let g:airline_powerline_fonts=1 let g:airline_theme='tomorrow' - -" powerline -"let g:Powerline_symbols='compatible' -"let g:Powerline_theme='codefun' +let g:airline_section_y='' " nerdtree let g:NERDTreeWinSize=25 diff --git a/_vimrc b/_vimrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2013 Jul 06 +" modified: 2015 May 10 " "-- source --" @@ -40,7 +40,7 @@ if &t_Co < 256 colorscheme miro8 else set background=dark - colorscheme hybrid + colorscheme Tomorrow-Night-Eighties endif "-- file --" @@ -63,7 +63,7 @@ set shiftround set tabstop=4 set shiftwidth=4 set softtabstop=4 -set textwidth=78 +set textwidth=79 set autoindent set smartindent