Merge branch 'master' of gitlab.com:tyrel/dotfiles-linux-bash

This commit is contained in:
Tyrel Souza 2021-11-10 14:42:03 -05:00
commit 3da60a6f36
No known key found for this signature in database
GPG Key ID: F3614B02ACBE438E

View File

@ -77,6 +77,8 @@ map <Leader>rs :call RunNearestSpec()<CR>
map <Leader>rl :call RunLastSpec()<CR>
map <Leader>ra :call RunAllSpecs()<CR>
let g:python_host_prog = '~/.nvim.pythonenv2/bin/python'
let g:python3_host_prog = '~/.nvim.pythonenv/bin/python'
" Floaterm
let g:floaterm_keymap_toggle = '<F9>'