venv is no needed if neovim's init.vim points to /usr/bin/python3 and neovim is installed globally

This commit is contained in:
flyingscorpio@arch-desktop 2020-12-27 00:51:08 +01:00
parent e2307db635
commit cd60c207a2

View file

@ -1,6 +1,6 @@
set runtimepath^=~/.vim runtimepath+=~/.vim/after
let &packpath = &runtimepath
source ~/.vimrc
let g:python3_host_prog = '~/.config/nvim/neovim-python3/bin/python3'
let g:python3_host_prog = '/usr/bin/python3'
let g:vimtex_compiler_progname = 'nvr'
tnoremap <Esc> <C-\><C-n>