Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 453 Bytes

NeoVim Setup

Install NeoVim

On Arch

sudo pacman -S neovim

On Ubuntu

sudo apt install neovim 

On Fedora

dnf install neovim

Clone the repo ⤵️

cd .config && git clone https://github.com/spantheslayer/nvim.git && cd nvim 

Open nvim

:PlugInstall     (hit enter)

Nice. You are done :D

enter image description here