commit 283ea3bb3879d6b0871c6f705e38f01ae97a2552
parent 55a92a367eae9b8b0645962331e15f7fccf9040f
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 17 Feb 2017 15:00:24 -0800
Default dvm to Flutter Dart SDK
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.vim/vimrc b/.vim/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")