We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2a58dc commit dbfa6d0Copy full SHA for dbfa6d0
.config/yadm/setup_nvim
@@ -1,9 +1,12 @@
1
#!/usr/bin/env fish
2
3
-set NVIM_VERSION "0.9.5"
+## update: consider this file to be obsolete; it's better to use bob to version manage nvim
4
+## see setup_rust to install bob, or better yet, go through it's documentation
5
-cd
6
-wget https://github.com/neovim/neovim/releases/download/v$NVIM_VERSION/nvim-linux64.tar.gz
7
-tar -xvf nvim-linux64.tar.gz
8
-fish_add_path $HOME/nvim-linux64/bin/ # add to fish path
9
-rm nvim-linux64.tar.gz
+# set NVIM_VERSION "0.9.5"
+#
+# cd
+# wget https://github.com/neovim/neovim/releases/download/v$NVIM_VERSION/nvim-linux64.tar.gz
10
+# tar -xvf nvim-linux64.tar.gz
11
+# fish_add_path $HOME/nvim-linux64/bin/ # add to fish path
12
+# rm nvim-linux64.tar.gz
0 commit comments