diff --git a/vimrc b/vimrc index af7f7d0..1870c3d 100644 --- a/vimrc +++ b/vimrc @@ -70,6 +70,10 @@ Plugin 'ap/vim-css-color' " vim-javascript Plugin 'pangloss/vim-javascript' +" vim-mucomplete +" https://github.com/lifepillar/vim-mucomplete +Plugin 'lifepillar/vim-mucomplete' + " All of your Plugins must be added before the following line call vundle#end() " required filetype plugin indent on " required @@ -225,6 +229,19 @@ nnoremap p :echom SyntaxItem() " plugins stuff +" MUcomplete +set completeopt+=menuone +let g:mucomplete#enable_auto_at_startup = 1 +inoremap mucomplete#popup_exit("\") +inoremap mucomplete#popup_exit("\") +inoremap mucomplete#popup_exit("\") +set completeopt+=noselect +set completeopt+=noinsert + +set shortmess+=c " Shut off completion messages +set belloff+=ctrlg " If Vim beeps during completion + + " NERDtree nnoremap :NERDTreeFocus nnoremap nt :NERDTreeFocus