We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bf3d85 commit 34f12e3Copy full SHA for 34f12e3
src/neovim/setup.sh
@@ -21,10 +21,6 @@ install_dependencies() {
21
# only begin installation if one of the dependencies are not met
22
cmd_exists nvim && return
23
24
- # install fuse to execute appimage files
25
- sudo add-apt-repository universe
26
- sudo apt-get install -y libfuse2 fuse
27
-
28
local -r NEOVIM_BIN="nvim.appimage"
29
local -r NEOVIM_APPIMAGE_URL="https://github.com/neovim/neovim/releases/latest/download/$NEOVIM_BIN"
30
0 commit comments