From b10a1d2d2e06f21255e3009047ca6e9d1f61c371 Mon Sep 17 00:00:00 2001 From: q3aql Date: Sun, 17 Aug 2025 14:54:26 +0200 Subject: [PATCH] scripts/update-neovim.sh --- scripts/update-neovim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-neovim.sh b/scripts/update-neovim.sh index 84aa319..39f8e9e 100755 --- a/scripts/update-neovim.sh +++ b/scripts/update-neovim.sh @@ -29,7 +29,7 @@ install_neovim_gen(){ chmod +x /opt/nvim/bin/nvim unlink /usr/bin/vim ln -s /usr/bin/nvim /usr/bin/vim - cp -rf /tmp/nvim-linux-x86_64/share /usr/share/ + cp -rf /tmp/nvim-linux-x86_64/share /usr/ fi rm -rf /tmp/neovim.tar.gz rm -rf /tmp/nvim-linux-x86_64