File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ Plugin 'Valloric/YouCompleteMe'
47
47
let g: ycm_auto_trigger = 1
48
48
let g: ycm_server_keep_logfiles = 1
49
49
let g: ycm_server_log_level = ' debug'
50
+ let g: ycm_global_ycm_extra_conf = ' ~/.vim/bundle/YouCompleteMe/third_party/ycmd/cpp/ycm/.ycm_extra_conf.py'
50
51
" 自动语法检测插件
51
52
Plugin ' scrooloose/syntastic'
52
53
" Recommended Setting
@@ -60,6 +61,7 @@ let g:syntastic_auto_loc_list = 1
60
61
let g: syntastic_check_on_open = 1
61
62
let g: syntastic_check_on_wq = 0
62
63
" let g:syntastic_haskell_checkers = []
64
+ let g: syntastic_go_checkers = [' go' , ' gofmt' , ' govet' ]
63
65
64
66
Plugin ' rdnetto/YCM-Generator'
65
67
@@ -173,6 +175,12 @@ Plugin 'google/vim-codefmt'
173
175
" Also add Glaive, which is used to configure codefmt's maktaba flags. See
174
176
" `:help :Glaive` for usage.
175
177
Plugin ' google/vim-glaive'
178
+
179
+ Plugin ' Superbil/llvm.vim'
180
+ augroup filetype
181
+ au ! BufRead ,BufNewFile * .ll set filetype = llvm
182
+ augroup END
183
+
176
184
call vundle#end ()
177
185
" the glaive#Install() should go after the "call vundle#end()"
178
186
call glaive#Install ()
You can’t perform that action at this time.
0 commit comments