7 lines
177 B
VimL
7 lines
177 B
VimL
|
" enable ncm2 for all buffers
|
||
|
autocmd BufEnter * call ncm2#enable_for_buffer()
|
||
|
|
||
|
" IMPORTANT: :help Ncm2PopupOpen for more information
|
||
|
set completeopt=noinsert,menuone,noselect
|
||
|
|