💻 My neovim configuration.
Find a file
Devin Haska a68ad5ac1d
feat: config refresh
The goal of this commit was to break my config into smaller, logical
chunks. I was having a hard time remembering which file contained which
plugin config.

I also took the time to clean out some plugins I added but never used,
and add an old favourite (tpope/vim-surround).
2024-09-15 20:06:33 -07:00
lua feat: config refresh 2024-09-15 20:06:33 -07:00
init.lua feat: add filetypes configuration 2024-06-07 10:33:46 -07:00
lazy-lock.json chore: update plugins 2024-09-09 21:30:29 -07:00
README.md feat: add proselint 2024-06-07 15:30:20 -07:00

wonderfulfrog's Neovim configuration

Uses lazy.nvim to manage plugins.

It's 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.