vim

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

commit ba6765f176f85f18f8134b87aa0eea3bb0ddfaba
parent 08f7dfa438090aceba72fe221e37c071bba07cd8
Author: Chris Bracken <chris@bracken.jp>
Date:   Fri, 17 Feb 2017 15:00:24 -0800

Default dvm to Flutter Dart SDK

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

diff --git a/vimrc b/vimrc @@ -101,7 +101,7 @@ let g:go_highlight_build_constraints = 1 let g:syntastic_go_checkers = ["go", "golint", "errcheck"] " Dart SDK location -let g:ycm_dart_sdk_path=$HOME.'/.dvm/darts/stable' +let g:ycm_dart_sdk_path=$HOME.'/.dvm/darts/flutter' " Colorscheme and syntax highlighting if &t_Co > 2 || has("gui_running")