Search for a command to run...
Complete guide to setting up Nvim with my preferred configuration, extensions, and fonts.
Make sure Neovim (>= 0.9) and Git are installed on your system
nvim --versiongit --versionInstall the CLI tools used in this setup
brew install tmux fzf zoxide tree ghsudo apt install tmux fzf zoxide tree ghClone the Neovim configuration into the default config directory
git clone https://github.com/S-Axhwin/nvim ~/.config/nvimOpen Neovim and let the plugin manager install everything automatically
nvimDesign & Developed by S-Axhwin