added vim plugins
This commit is contained in:
parent
980ab420d5
commit
eb6f99098f
1
vim/bundle/vim-airline
Submodule
1
vim/bundle/vim-airline
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit ff0f9a45a5d81d2c8aa67601c264b18c4fe26b15
|
1
vim/bundle/vim-airline-themes
Submodule
1
vim/bundle/vim-airline-themes
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a9aa25ce323b2dd04a52706f4d1b044f4feb7617
|
4
vimrc
4
vimrc
@ -120,8 +120,10 @@ Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
|
|||||||
" Install L9 and avoid a Naming conflict if you've already installed a
|
" Install L9 and avoid a Naming conflict if you've already installed a
|
||||||
" different version somewhere else.
|
" different version somewhere else.
|
||||||
" Plugin 'ascenator/L9', {'name': 'newL9'}
|
" Plugin 'ascenator/L9', {'name': 'newL9'}
|
||||||
|
Plugin 'vim-airline/vim-airline'
|
||||||
|
Plugin 'vim-airline/vim-airline-themes'
|
||||||
" All of your Plugins must be added before the following line
|
" All of your Plugins must be added before the following line
|
||||||
call vundle#end() " required
|
call vundle#end() " required
|
||||||
filetype plugin indent on " required
|
filetype plugin indent on " required
|
||||||
colorscheme codedark
|
colorscheme codedark
|
||||||
|
let g:airline_theme='ayu_dark'
|
||||||
|
Loading…
Reference in New Issue
Block a user