Remove CtrlP and NeoComplete from vimrc
This commit is contained in:
parent
a2e85e0489
commit
9e1abb1eaa
1 changed files with 0 additions and 6 deletions
6
vimrc
6
vimrc
|
@ -81,8 +81,6 @@ if has("eval")
|
|||
command W w
|
||||
command WQ wq
|
||||
filetype plugin indent on
|
||||
let g:ctrlp_cmd='CtrlP'
|
||||
let g:ctrlp_map='<c-p>'
|
||||
let g:netrw_altv=1
|
||||
let g:netrw_banner=0
|
||||
let g:netrw_browse_split=4
|
||||
|
@ -121,10 +119,6 @@ if has("gui_running")
|
|||
set lines=40
|
||||
endif
|
||||
|
||||
if has("lua")
|
||||
let g:neocomplete#enable_at_startup=1
|
||||
endif
|
||||
|
||||
if has("patch-7.3.541")
|
||||
set formatoptions+=j
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue