Disabled the python2 in neovim
This commit is contained in:
parent
7b0640a3f9
commit
bac8c87f4a
@ -16,7 +16,9 @@ if version >= 8.0
|
||||
endif
|
||||
|
||||
let mapleader = "\<Space>"
|
||||
let g:python3_host_prog = expand('/usr/src/python')
|
||||
let g:python3_host_prog = expand('/usr/bin/python3')
|
||||
let g:loaded_python_provider = 0
|
||||
let g:python_host_prog = ''
|
||||
set laststatus=2
|
||||
set autoindent
|
||||
set noexpandtab
|
||||
|
Loading…
Reference in New Issue
Block a user