vimrc/ncm2.vim

7 lines
177 B
VimL
Raw Normal View History

2019-05-16 15:47:38 +00:00
" enable ncm2 for all buffers
autocmd BufEnter * call ncm2#enable_for_buffer()
" IMPORTANT: :help Ncm2PopupOpen for more information
set completeopt=noinsert,menuone,noselect