💻 My neovim configuration.
lua | ||
init.lua | ||
lazy-lock.json | ||
README.md |
wonderfulfrog's Neovim configuration
Uses lazy.nvim to manage plugins.
It's pretty opinionated. You might not like it.
Installation
- Clone this repo into Neovim's config folder.
- Run Neovim.
- Wait for everything to install.
Post Installation
vale
requires a configuration file to work. Make sure one is present. You may also need to runvale sync
after adding it (if installed using Mason, make sure to run the binary installed by Mason and not the global one, if present).