Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 487 Bytes

neovim

install

mv ~/.config/nvim ~/.config/nvim-backup
git clone https://github.com/dhensen/my-nvim.git ~/.config/nvim

or
git clone [email protected]:dhensen/my-nvim.git ~/.config/nvim

nvim

The first line backs up your existing neovim config if you have it. It will open up neovim and install plugins etc.

Issues

  • After moving from packer to Lazy, TSUpdate runs on every restart. Run :checkhealth and search for packer remove left over dirs/files and you're good.