From 8e23d5bbbdcb82946c6ec11e9700517a72022524 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Sat, 8 Mar 2025 13:28:33 -0800 Subject: [PATCH] Add fzf requirement --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3639f30..8af98ad 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ All future modifications will be done in lua. 1. [Neovim](https://github.com/neovim/neovim) 2. [vim-plug](https://github.com/junegunn/vim-plug) - You may need to install this even with the `autoload` directory. 3. [Monospaced Nerd Font](https://www.nerdfonts.com/font-downloads) - The `/font` directory has one I use. -4. `tmux` +4. `tmux`. +5. `fzf` installed via your package manager. ## Updating