Merge branch 'master' of github.com:ChristianChiarulli/nvim into master

This commit is contained in:
Chris 2020-09-10 23:06:29 -04:00
commit f9a702491b
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ let g:which_key_map.l = {
" t is for terminal
let g:which_key_map.t = {
\ 'name' : '+terminal' ,
\ ';' : [':FloatermNew --wintype=popup --height=6' , 'terminal'],
\ ';' : [':FloatermNew --wintype=normal --height=6' , 'terminal'],
\ 'f' : [':FloatermNew fzf' , 'fzf'],
\ 'g' : [':FloatermNew lazygit' , 'git'],
\ 'd' : [':FloatermNew lazydocker' , 'docker'],

View file

@ -52,7 +52,7 @@ installpip() { \
installpynvim() { \
echo "Installing pynvim..."
pip3 install pynvim
pip3 install pynvim --user
}
installcocextensions() { \