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 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
|
||||||
|
|
Loading…
Reference in a new issue