venv is no needed if neovim's init.vim points to /usr/bin/python3 and neovim is installed globally
This commit is contained in:
parent
e2307db635
commit
cd60c207a2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
set runtimepath^=~/.vim runtimepath+=~/.vim/after
|
||||||
let &packpath = &runtimepath
|
let &packpath = &runtimepath
|
||||||
source ~/.vimrc
|
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'
|
let g:vimtex_compiler_progname = 'nvr'
|
||||||
tnoremap <Esc> <C-\><C-n>
|
tnoremap <Esc> <C-\><C-n>
|
||||||
|
|
Loading…
Add table
Reference in a new issue