vim

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

commit 3c5efd3f3bf84385d1674d2ce9fda0348ea0fa63
parent e0a379635816f76774393333fd70260ad62c2fdc
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri,  4 Mar 2016 09:19:36 -0800

Add Dart SDK location for YouCompleteMe

Diffstat:
Mvimrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/vimrc b/vimrc @@ -97,6 +97,9 @@ let g:go_highlight_operators = 1 let g:go_highlight_build_constraints = 1 let g:syntastic_go_checkers = ["go", "golint", "errcheck"] +" Dart SDK location +let g:ycm_dart_bin_folder_path = '~/.dvm/darts/stable' + " Colorscheme and syntax highlighting if &t_Co > 2 || has("gui_running") syntax enable