Skip to content

Commit

Permalink
✨ install nodejs neovim
Browse files Browse the repository at this point in the history
  • Loading branch information
yachi committed Dec 10, 2019
1 parent 8c50b6a commit ae34af9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions init.fish
@@ -1,5 +1,13 @@
#!/usr/bin/env fish

# install asdf nodejs
asdf plugin-add nodejs
set nodejs_version (asdf list-all nodejs | tail -n 1)
asdf install nodejs $nodejs_version
asdf global nodejs $nodejs_version
sudo pacman -S yarn
yarn global add neovim

# install vim plug
test -f ~/.local/share/nvim/site/autoload/plug.vim; or curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
Expand Down

0 comments on commit ae34af9

Please sign in to comment.