Skip to content

a2shn/nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Neovim Config

This is my personal Neovim configuration for future me.

πŸ“¦ Install Latest Neovim (Prebuilt Binary)

Download the latest Neovim release for AArch64

curl -LO https://github.com/neovim/neovim/releases/latest/download/nvim-linux-arm64.tar.gz

Extract

tar -xzf nvim-linux64.tar.gz
sudo mv nvim-linux-arm64 /opt/nvim

Add to Path

echo 'export PATH="/opt/nvim/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc

Clone config

git clone https://github.com/a2shn/nvim.git ~/.config/nvim

About

nvim

Resources

Stars

Watchers

Forks

Languages