💻 My neovim configuration.
Find a file
Devin Haska 24d7d89b34
feat: remove nvim-lint
I found this plugin caused more issues than solved, so I'm dropping it
in favour of using the ESLint LSP server instead. "EslintFixAll" covers
the majority of my bases it seems.
2024-07-25 21:49:13 -07:00
lua feat: remove nvim-lint 2024-07-25 21:49:13 -07:00
init.lua feat: add filetypes configuration 2024-06-07 10:33:46 -07:00
lazy-lock.json chore: plugin update 2024-07-25 21:40:39 -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.