Explorar el Código

~/.vimrc: Remove youcompleteme .ycm warnings.

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

+ 1 - 0
.vimrc

@ -7,6 +7,7 @@ if isdirectory($HOME . '/.vim/bundle/vundle')
7 7
8 8
	Bundle 'gmarik/vundle'
9 9
	Bundle 'Valloric/YouCompleteMe'
10
	let g:ycm_confirm_extra_conf = 0
10 11
	Bundle 'Lokaltog/vim-easymotion'
11 12
	"Bundle 'laurilehmijoki/haskellmode-vim'
12 13
	"au BufNewFile,BufRead *.hs compiler ghc