Enable NerdCommenter and Monokai theme

This commit is contained in:
Sanchayan Maity 2017-02-15 14:53:41 +05:30
parent 2b1dbb7073
commit 625f1dee6f
1 changed files with 8 additions and 0 deletions

View File

@ -32,6 +32,10 @@ Plug 'dhruvasagar/vim-prosession'
Plug 'scrooloose/nerdtree'
" Tags
Plug 'universal-ctags/ctags'
" Commenter
Plug 'scrooloose/nerdcommenter'
" Theme
Plug 'sickill/vim-monokai'
" Initialize plugin system
call plug#end()
@ -118,6 +122,10 @@ set splitbelow
set splitright
nnoremap <Leader>w <c-w>w
" Theme
syntax enable
colorscheme monokai
let g:airline#extensions#tabline#enabled = 2
let g:airline#extensions#tabline#fnamemod = ':t'
let g:airline#extensions#tabline#left_sep = ' '