add lf setup

This commit is contained in:
DannyDannyDanny 2023-05-10 14:03:01 +02:00
parent ced9eb359f
commit 2bcf089e31
4 changed files with 47 additions and 0 deletions

View file

@ -76,6 +76,13 @@ let g:jupytext_style = 'hydrogen'
nmap ]x ctrih/^# %%<CR><CR>
luafile $HOME/.config/nvim/plugins.lua
" gokcehan/lf
let lfvim = "~/.config/lf/lf.vim"
if filereadable(lfvim)
exec "source " . lfvim
endif
nnoremap <leader>l :LF<cr>
" python stuff
" let g:python3_host_prog = "$HOME/.venvs/nvim/bin/python"
let g:python4_host_prog = "$HOME/.config/nvim/python"