cd ~
git clone [email protected]:degete/nvim-config.git ~/.nvim
ln -s ~/.nvim .config/nvim
To install the plugins, you can just open nvim or run the following command:
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
cd ~
git clone [email protected]:degete/nvim-config.git ~/.nvim
ln -s ~/.nvim .config/nvim
To install the plugins, you can just open nvim or run the following command:
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'