Disabled the python2 in neovim

This commit is contained in:
Marcin Woźniak 2021-10-17 21:06:19 +02:00
parent 7b0640a3f9
commit bac8c87f4a
Signed by: y0rune
GPG Key ID: F204C385F57EB348

View File

@ -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