mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-25 10:57:57 +00:00
Added gruvbox theme
This commit is contained in:
3
.vimrc
3
.vimrc
@@ -1,7 +1,7 @@
|
|||||||
set nocompatible
|
set nocompatible
|
||||||
filetype off
|
filetype off
|
||||||
|
|
||||||
colorscheme badwolf
|
colorscheme gruvbox
|
||||||
" using Source Code Pro
|
" using Source Code Pro
|
||||||
|
|
||||||
set rtp+=~/.vim/bundle/vundle/
|
set rtp+=~/.vim/bundle/vundle/
|
||||||
@@ -83,6 +83,7 @@ Bundle 'ap/vim-buftabline'
|
|||||||
Bundle 'airblade/vim-gitgutter'
|
Bundle 'airblade/vim-gitgutter'
|
||||||
Bundle 'elzr/vim-json'
|
Bundle 'elzr/vim-json'
|
||||||
Bundle 'OmniSharp/omnisharp-vim'
|
Bundle 'OmniSharp/omnisharp-vim'
|
||||||
|
Bundle 'morhetz/gruvbox'
|
||||||
|
|
||||||
let g:JSHintHighlightErrorLine = 0
|
let g:JSHintHighlightErrorLine = 0
|
||||||
let g:miniBufExplForceSyntaxEnable = 1
|
let g:miniBufExplForceSyntaxEnable = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user