This also removes vale from my config. I was annoyed at how much setup vale needed before it could work, and find that proselint does what I want without the extras of vale.
19 lines
543 B
Markdown
19 lines
543 B
Markdown
# wonderfulfrog's Neovim configuration
|
|
|
|
Uses [lazy.nvim][lazynvim] 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.
|
|
|
|
[lazynvim]: https://github.com/folke/lazy.nvim
|