Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 377 Bytes

nvim

To use, clone this repo inside your .config:

git clone https://github.com/rogarmu8/nvim
mv nvim ~/.config

Install packer 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

Run :PackerSync on nvim.

And everything should be set to go!