💻 My neovim configuration.
Find a file
2024-06-07 15:12:37 -07:00
lua feat: add floating terminal plugin 2024-06-07 15:11:31 -07:00
init.lua feat: add filetypes configuration 2024-06-07 10:33:46 -07:00
lazy-lock.json chore: add plugin to lazy-lock 2024-06-07 15:12:37 -07:00
README.md chore: update README.md 2024-06-07 11:35:07 -07:00

wonderfulfrog's Neovim configuration

Uses lazy.nvim to manage plugins.

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

Who is this geared for?

I'm a web developer, so this setup is configured for that environment. Anyone who works with React (and Native), JavaScript/TypeScript, CSS, HTML, etc.

I've also added some plugins for writing in Markdown as I prefer 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).