1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Editor is nvim

This commit is contained in:
Ryan Kes 2019-06-12 12:53:42 +02:00
parent dc1b5e16c6
commit 48add33912

View File

@ -67,7 +67,10 @@ fi
export TERMINAL="st" export TERMINAL="st"
# pkg editor # pkg editor
export VISUAL="vim" export VISUAL="nvim"
# editor
export EDITOR="nvim"
# Enable password store extensions # Enable password store extensions
export PASSWORD_STORE_ENABLE_EXTENSIONS="true" export PASSWORD_STORE_ENABLE_EXTENSIONS="true"