Today I learned about...
neovim
Back to all tags
Multiple Neovim Configs
Today I learned how to create multiple Neovim Configs. I’ve set up a home and work config respectively.
Project wide replace in neovim
"while in your quick list
:cdo s/your-search-term/thing-to-replace-with/g
"go to quick list after changes
:wa <CR>
neovim cache
If you’re ever having issues with neovim, it might help to clear out the cache.
I recently was running into issues after switching from packer for my
dependency management to lazy and there was a sneaky little devil 😈 in the
cache directory causing issues.
You can view the cache directory here: $HOME/.cache/nvim/.
neovim and chatgpt
I was googling around and saw that there was a plugin created to allow me to use chatgpt inside of neovim! I just downloaded it and I got to say, it is quite nice 😊!

NeoVim is pretty damn fun
After being laid off from Productboard, I’ve been spending time thinking about how I want to continue with my career and what to do with my spare time. Of course landing a job is my priority, but during my time off, I want to devote time to learning skills and technology that I’ve never been able to make the time for in the past.
One thing I’ve always wanted to do (for the “by the way factor”) was setting up vim for my local development work. I devoted the entire day today to set up my neovim config; I’m pretty happy with it so far.