bookmark

Setup YouCompleteMe For C++ Programming – PHDING


Description

My Note:

In '.vimrc Setup' section, in place of this:

"" only show completion as a list instead of a sub-window set completeopt-=preview

use this:

"" no preview window after completion let g:ycm_autoclose_preview_window_after_completion=1

For more options, check: https://github.com/Valloric/YouCompleteMe#options

Preview

Tags

Users

  • @achakraborty

Comments and Reviews