From 3aab522d87d5cc0f965ea9c358ef52e062a87bbd Mon Sep 17 00:00:00 2001 From: Doug Masiero Date: Thu, 15 May 2025 17:35:11 -0400 Subject: [PATCH] Init commit --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 4da7979..c4199f0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # nvim +Using [NvChad](https://github.com/NvChad/NvChad) as a base. + +# Install pre-requisites +[Neovim](https://github.com/neovim/neovim/releases/tag/stable) + +[Nerd Font](https://www.nerdfonts.com/) as your terminal font. +⚠️ Make sure the nerd font you set doesn't end with Mono to prevent small icons. +Example: JetbrainsMono Nerd Font and not ~~JetbrainsMono Nerd Font Mono~~ + +[Ripgrep](https://github.com/BurntSushi/ripgrep) is required for grep searching with Telescope (OPTIONAL) + +# Clone NvChad +`git clone https://github.com/NvChad/starter ~/.config/nvim` + +# Run nvim +`nvim`