💻 My neovim configuration.
Find a file
Devin Haska fbcda4b50b
fix: exclude html snippets
The autotag plugin can handle the majority of these snippets for me, so
I'm happy to omit them so they don't conflict with each other.
2024-06-07 10:54:25 -07:00
lua fix: exclude html snippets 2024-06-07 10:54:25 -07:00
init.lua feat: add filetypes configuration 2024-06-07 10:33:46 -07:00
lazy-lock.json chore: plugin update 2024-06-07 10:38:59 -07:00
README.md feat: add post-install note 2024-06-05 12:53:09 -07:00

wonderfulfrog's Neovim configuration

Uses lazy.nvim to manage plugins.

It's pretty opinionated. You might not like it.

Installation

  1. Clone this repo into Neovim's config folder.
  2. Run Neovim.
  3. Wait for everything to install.

Post Installation

  • vale requires a configuration file to work. Make sure one is present. You may also need to run vale sync after adding it (if installed using Mason, make sure to run the binary installed by Mason and not the global one, if present).