From 6419b1acc0782de534915fa4239c2f23cc20aedd Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Thu, 12 Feb 2026 21:21:02 +0300 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 2e0257c..a2e00ea 100644 --- a/install.sh +++ b/install.sh @@ -478,6 +478,7 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then sudo cp -f .config/nvim/init.lua /home/$USER/.config/nvim/init.lua sudo npm install -g typescript typescript-language-server sudo npm install -g vscode-langservers-extracted + echo 'export EDITOR=nvim' >> ~/.bashrc && source ~/.bashrc fi @@ -863,6 +864,7 @@ if [[ "$answer" == "y" || "$answer" == "Y" ]]; then sudo cp -f .config/nvim/init.lua /home/$USER/.config/nvim/init.lua sudo npm install -g typescript typescript-language-server sudo npm install -g vscode-langservers-extracted + echo 'export EDITOR=nvim' >> ~/.bashrc && source ~/.bashrc fi