Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 334 Bytes

neovim

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'