Disabled the python2 in neovim

This commit is contained in:
Marcin Woźniak 2021-10-17 21:06:19 +02:00
parent ab1f378e97
commit 03427242d7

View File

@ -16,7 +16,9 @@ if version >= 8.0
endif endif
let mapleader = "\<Space>" 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 laststatus=2
set autoindent set autoindent
set noexpandtab set noexpandtab