Personal Neovim configuration based on LazyVim.
- Daily driver setup with a curated plugin set
- Opinionated defaults for editing, navigation, and search
- Built on top of LazyVim's base configuration
git clone https://github.com/goosewin/goosewin-nvim.git ~/.config/nvimOpen Neovim and let LazyVim bootstrap plugins on first launch.
cd ~/.config/nvim
git pullThen run :Lazy sync inside Neovim.
Refer to the LazyVim docs for base behavior and defaults: https://lazyvim.github.io/installation
MIT © Dan Goosewin