diff options
author | Guangxiong Lin <[email protected]> | 2021-12-10 10:47:09 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2021-12-10 10:47:09 +0800 |
commit | f05a975462f74ed64f145b3c4d819ee3fcc279ac (patch) | |
tree | efad2c01a96cbcca9d4e8d3105e5ef5747153f82 | |
parent | d2b5206c188d2486f460f4d1bca5a5afaa28e66c (diff) | |
download | dotfiles-f05a975462f74ed64f145b3c4d819ee3fcc279ac.tar.gz dotfiles-f05a975462f74ed64f145b3c4d819ee3fcc279ac.tar.bz2 dotfiles-f05a975462f74ed64f145b3c4d819ee3fcc279ac.zip |
Enable diagnostic in ycm
-rw-r--r-- | .vim/plugin/youcompleteme.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/plugin/youcompleteme.vim b/.vim/plugin/youcompleteme.vim index 689542e..a0cbe5e 100644 --- a/.vim/plugin/youcompleteme.vim +++ b/.vim/plugin/youcompleteme.vim @@ -1,6 +1,6 @@ let g:ycm_server_log_level = 'info' let g:ycm_add_preview_to_completeopt = 0 -let g:ycm_show_diagnostics_ui = 0 +let g:ycm_show_diagnostics_ui = 1 let g:ycm_collect_identifiers_from_comments_and_strings = 1 let g:ycm_complete_in_strings = 1 |