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