Browse Source

vimrc: add vim-gitgutter plugin, set default updatetime

master
cinnaboot 5 months ago
parent
commit
167a2c7db6
  1. 2
      .vimrc

2
.vimrc

@ -24,6 +24,7 @@ Plugin 'https://github.com/tpope/vim-obsession'
"Plugin 'https://github.com/pangloss/vim-javascript.git' "Plugin 'https://github.com/pangloss/vim-javascript.git'
"Plugin 'tikhomirov/vim-glsl' "Plugin 'tikhomirov/vim-glsl'
Plugin 'https://github.com/sheerun/vim-polyglot' Plugin 'https://github.com/sheerun/vim-polyglot'
Plugin 'https://github.com/airblade/vim-gitgutter'
" 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
@ -36,6 +37,7 @@ call vundle#end() " required
" some general vim settings " some general vim settings
filetype plugin indent on filetype plugin indent on
syntax on syntax on
set updatetime=100
colorscheme deus colorscheme deus
" change default deus function color " change default deus function color
hi! link Function deusAqua hi! link Function deusAqua

Loading…
Cancel
Save