From 131ac6b5833609fa028d0072dab501de9c865fc2 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Sun, 24 Nov 2019 21:13:53 +0100 Subject: [PATCH] Rework bootstrap file --- bootstrap | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 7c7aacc..912cd04 100644 --- a/bootstrap +++ b/bootstrap @@ -1,7 +1,6 @@ -check_bin "nvim nvim-gtk" +required_commands "nvim nvim-gtk" process_dirs conf ${HOME}/.config -define_env "EDITOR" "nvim" +define_env "EDITOR" "nvim --no-fork" define_env "VISUAL" "nvim-gtk" -# Neovim define_env "NVIM_GTK_NO_HEADERBAR" "1"