Explorar el Código

~/.vimrc: Make gitgutter prettier.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
09164d3416
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .vimrc

+ 1 - 0
.vimrc

@ -18,6 +18,7 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
18 18
	Bundle 'tpope/vim-foreplay'
19 19
20 20
	Bundle 'airblade/vim-gitgutter'
21
	highlight SignColumn ctermbg=0
21 22
	Bundle 'terryma/vim-multiple-cursors'
22 23
endif
23 24