Alias corrections

This commit is contained in:
Yorick Barbanneau 2019-11-28 19:42:40 +01:00
parent 131ac6b583
commit 3602428254

View file

@ -1,6 +1,6 @@
required_commands "nvim nvim-gtk"
process_dirs conf ${HOME}/.config
define_env "EDITOR" "nvim --no-fork"
define_env "VISUAL" "nvim-gtk"
define_env "EDITOR" "nvim"
define_env "VISUAL" "nvim-gtk --no-fork"
define_env "NVIM_GTK_NO_HEADERBAR" "1"