1
0
mirror of https://github.com/amix/vimrc synced 2025-07-04 15:04:59 +08:00

Merge remote-tracking branch 'mainline/master'

* mainline/master:
  Update README.md
  Updated all the plugins. Removed powerline. Added vim-airline (replacement for powerline). Added vim-fugitive.
  Updated plugins
  Updated plugins
  Fix conditional in vimrcs/extended.vim
This commit is contained in:
Maksim Pecherskiy
2013-12-26 15:55:34 -06:00
269 changed files with 17204 additions and 9164 deletions

View File

@ -17,7 +17,7 @@ if has("mac") || has("macunix")
set gfn=Menlo:h15
elseif has("win16") || has("win32")
set gfn=Bitstream\ Vera\ Sans\ Mono:h11
elseif has("linux")
elseif has("unix")
set gfn=Monospace\ 11
endif

View File

@ -99,3 +99,9 @@ let g:multi_cursor_next_key="\<C-s>"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
vmap Si S(i_<esc>f)
au FileType mako vmap Si S"i${ _(<esc>2f"a) }<esc>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => vim-airline config (force color)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:airline_theme="luna"