1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 02:25:00 +08:00

More cleanups.

This commit is contained in:
Maksim Pecherskiy
2014-10-27 11:19:46 -07:00
parent 6929e35b00
commit 505987db7a
3 changed files with 119 additions and 4 deletions

View File

@ -1,5 +1,5 @@
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Important:
" Important:
" This requries that you install https://github.com/amix/vimrc !
"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
@ -77,7 +77,7 @@ set grepprg=/bin/grep\ -nH
" => Nerd Tree
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
map <leader>nn :NERDTreeToggle<cr>
map <leader>nb :NERDTreeFromBookmark
map <leader>nb :NERDTreeFromBookmark
map <leader>nf :NERDTreeFind<cr>
@ -98,7 +98,8 @@ au FileType mako vmap Si S"i${ _(<esc>2f"a) }<esc>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => vim-airline config (force color)
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:airline_theme="luna"
"let g:airline_theme="luna"
let g:airline_theme="molokai"
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Vimroom