summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keys/which-key.vim2
-rwxr-xr-xutils/install.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/keys/which-key.vim b/keys/which-key.vim
index 30e6703a..06b66fda 100644
--- a/keys/which-key.vim
+++ b/keys/which-key.vim
@@ -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'],
diff --git a/utils/install.sh b/utils/install.sh
index 422cd4c1..884309f3 100755
--- a/utils/install.sh
+++ b/utils/install.sh
@@ -52,7 +52,7 @@ installpip() { \
installpynvim() { \
echo "Installing pynvim..."
- pip3 install pynvim
+ pip3 install pynvim --user
}
installcocextensions() { \