-
Follow the "Pre-built archives" section from the official guide:
Neovim Installation Guide -
Add alias to
.bashrc:echo "alias n='nvim'" >> ~/.bashrc source ~/.bashrc
-
Verify Neovim installation:
nvim --version
sudo apt-get install ripgrepsudo apt install fzfcurl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | shAdd the following to your ~/.bashrc:
echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc
echo 'eval "$(zoxide init bash)"' >> ~/.bashrc
source ~/.bashrccurl -fsSL https://claude.ai/install.sh | bashTo login, run:
claude-
Clone your Neovim config:
cd ~/.config git clone https://github.com/sahilshah379/Nvim-Configuration.git mv Nvim-Configuration/ nvim/