commit 7e1e683a802a13c71134b270b4825c535bb281b5
parent 1a80ca2b2cb96ef51c643490fba2ef68c84c611e
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 4 Mar 2016 09:19:36 -0800
Add Dart SDK location for YouCompleteMe
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/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