No description
Find a file
RingOfStorms (Joshua Bell) 8ce76c7c91 fix inlayhints
2023-07-11 13:57:46 -05:00
lua fix inlayhints 2023-07-11 13:57:46 -05:00
cspell.json remove specific hashes, the bug enter hack breaks on mac so diff on OS 2023-06-29 11:40:34 -05:00
init.lua udpates 2023-07-07 17:10:41 -05:00
lazy-lock.json fix inlayhints 2023-07-11 13:57:46 -05:00
README.md readme update 2023-07-07 09:37:45 -05:00
TODO.md LSP finally working a decent amount 2023-06-30 17:53:02 -05:00

Neovim config

Backup existing config:

DATE=$(date +"%Y%m%d")
mv ~/.config/nvim ~/.config/nvim_$DATE.bak
mv ~/.local/share/nvim ~/.local/share/nvim_$DATE.bak
mv ~/.local/state/nvim ~/.local/state/nvim_$DATE.bak

or remove existing config:

rm -rf ~/.config/nvim 
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim 

Install

git clone https://github.com/RingOfStorms/nvim ~/.config/nvim
nvim --headless "+Lazy! sync" +qa