From 2e560e9cc2707eed74e31a48c2cfae35a3c79026 Mon Sep 17 00:00:00 2001 From: Devin Haska Date: Tue, 10 Jun 2025 22:12:40 -0700 Subject: [PATCH] chore: update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff6f2a2..199a276 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,18 @@ Uses [lazy.nvim][lazynvim] to manage plugins. It's opinionated. You might not like it. -## Who is this geared for? +## Who is this 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. +## Dependencies + +- fzf +- ripgrep +- fd + ## Installation 1. Clone this repo into Neovim's config folder.