vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 8b24194171e8260d1ca27c4d245939134557c71e
parent 67c996b68f4237ac0c64eef21d3f1a53cdc35d3d
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 13 Jun 2017 15:22:36 -0700

Update YouCompleteMe header comment (#1)


Diffstat:
Mvimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vimrc b/vimrc @@ -101,7 +101,7 @@ let g:go_highlight_operators = 1 let g:go_highlight_build_constraints = 1 let g:syntastic_go_checkers = ["go", "golint", "errcheck"] -" Dart SDK location +" YouCompleteMe let g:ycm_dart_sdk_path=$HOME.'/.dvm/darts/flutter' let g:ycm_show_diagnostics_ui = 1 let g:ycm_enable_diagnostic_signs = 0