Remove CtrlP and NeoComplete from vimrc

This commit is contained in:
Anthony Rose 2017-04-12 15:58:39 +01:00
parent a2e85e0489
commit 9e1abb1eaa

6
vimrc
View file

@ -81,8 +81,6 @@ if has("eval")
command W w command W w
command WQ wq command WQ wq
filetype plugin indent on filetype plugin indent on
let g:ctrlp_cmd='CtrlP'
let g:ctrlp_map='<c-p>'
let g:netrw_altv=1 let g:netrw_altv=1
let g:netrw_banner=0 let g:netrw_banner=0
let g:netrw_browse_split=4 let g:netrw_browse_split=4
@ -121,10 +119,6 @@ if has("gui_running")
set lines=40 set lines=40
endif endif
if has("lua")
let g:neocomplete#enable_at_startup=1
endif
if has("patch-7.3.541") if has("patch-7.3.541")
set formatoptions+=j set formatoptions+=j
endif endif