Add the python venv for neovim again
This commit is contained in:
parent
87dff8b55d
commit
e2307db635
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +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: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