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