Command Palette

Search for a command to run...

Setup

Complete guide to setting up Nvim with my preferred configuration, extensions, and fonts.

Step 1

Install Neovim & Git

Make sure Neovim (>= 0.9) and Git are installed on your system

nvim --version
git --version
Step 2

Install CLI Tools

Install the CLI tools used in this setup

brew install tmux fzf zoxide tree gh
sudo apt install tmux fzf zoxide tree gh
Step 3

Clone Neovim Configuration

Clone the Neovim configuration into the default config directory

git clone https://github.com/S-Axhwin/nvim ~/.config/nvim
Step 4

Launch Neovim

Open Neovim and let the plugin manager install everything automatically

nvim
Final

Complete Setup

Design & Developed by S-Axhwin