Skip to content

Commit dbfa6d0

Browse files
committed
Encouraging the use of bob to version manage nvim.
1 parent d2a58dc commit dbfa6d0

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.config/yadm/setup_nvim

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#!/usr/bin/env fish
22

3-
set NVIM_VERSION "0.9.5"
3+
## 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
45

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
6+
# set NVIM_VERSION "0.9.5"
7+
#
8+
# cd
9+
# 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

Comments
 (0)