No description
Find a file
RingOfStorms (Joshua Bell) ebfe0e13c7 git stuff and tab helpers
2023-08-01 15:21:03 -05:00
lua git stuff and tab helpers 2023-08-01 15:21:03 -05:00
queries/rust sqlx formatting, kinda jank so far 2023-07-30 03:54:52 -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
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