From 2c53ab9e59052b5b5a17c41da4e9bffaf4a2043b Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Tue, 5 Oct 2021 22:57:50 +0200 Subject: [PATCH] remove nvim-gtk from required command --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index aa9692d..a11d3ac 100644 --- a/bootstrap +++ b/bootstrap @@ -1,4 +1,4 @@ -required_commands "nvim nvim-gtk" +required_commands "nvim" process_dirs conf ${HOME}/.config define_env "EDITOR" "nvim"