|
|
|
@ -8,11 +8,10 @@ endif
|
|
|
|
|
|
|
|
|
|
call plug#begin('~/.config/nvim/plugged') |
|
|
|
|
|
|
|
|
|
" Solarized theme |
|
|
|
|
Plug 'altercation/vim-colors-solarized' |
|
|
|
|
|
|
|
|
|
" Zenburn theme |
|
|
|
|
Plug 'vim-scripts/zenburn' |
|
|
|
|
" Material theme |
|
|
|
|
Plug 'hzchirs/vim-material' |
|
|
|
|
set background=dark |
|
|
|
|
colorscheme vim-material |
|
|
|
|
|
|
|
|
|
" Syntastic |
|
|
|
|
Plug 'scrooloose/syntastic' |
|
|
|
@ -35,6 +34,7 @@ Plug 'mileszs/ack.vim'
|
|
|
|
|
" Improved vim status bar |
|
|
|
|
Plug 'bling/vim-airline' |
|
|
|
|
Plug 'vim-airline/vim-airline-themes' |
|
|
|
|
let g:airline_theme='material' |
|
|
|
|
|
|
|
|
|
" Indent guides |
|
|
|
|
Plug 'Yggdroot/indentLine' |
|
|
|
@ -57,7 +57,6 @@ Plug 'wavded/vim-stylus'
|
|
|
|
|
Plug 'raichoo/haskell-vim' |
|
|
|
|
Plug 'OCamlPro/ocp-indent' |
|
|
|
|
Plug 'slim-template/vim-slim' |
|
|
|
|
Plug 'fatih/vim-go' |
|
|
|
|
Plug 'isRuslan/vim-es6' |
|
|
|
|
|
|
|
|
|
" SBT integration for vim |
|
|
|
@ -220,9 +219,6 @@ endif
|
|
|
|
|
let g:syntastic_javascript_checkers = ['eslint'] |
|
|
|
|
let g:syntastic_javascript_jsxhint_exec = 'eslint' |
|
|
|
|
|
|
|
|
|
" Color customizations |
|
|
|
|
colorscheme zenburn |
|
|
|
|
|
|
|
|
|
" Python-mode settings |
|
|
|
|
|
|
|
|
|
" disable pymode folding |
|
|
|
|