nodejs
parent
f317903d3d
commit
7e4aacec9a
4
prep
4
prep
|
@ -8,6 +8,10 @@ sudo update-alternatives --set vim /usr/local/bin/nvim
|
||||||
|
|
||||||
sh ./build_neovim
|
sh ./build_neovim
|
||||||
|
|
||||||
|
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
|
||||||
|
source $HOME/.bashrc
|
||||||
|
nvm install latest
|
||||||
|
|
||||||
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
||||||
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue