🐍 make trgt for nvim pyprovider

This commit is contained in:
DannyDannyDanny 2023-04-16 20:38:10 +02:00
parent 4b6cf4f746
commit 9f52cb181d
4 changed files with 31 additions and 5 deletions

View file

@ -77,7 +77,8 @@ nmap ]x ctrih/^# %%<CR><CR>
luafile $HOME/.config/nvim/plugins.lua
" python stuff
let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"
" let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"
let g:python4_host_prog = "$HOME/.config/nvim/python"
" VimWiki setup
let g:vimwiki_sync_branch = "main"