Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 597 Bytes

image

Installation

NOTE: All the relevant tools will be installed by Mason automatically but you need certain system packages, e.g go, npm, etc.; these can be installed trivially via Scoop or any Linux package manager.

Linux

git clone https://github.com/masroof-maindak/nvim.git ~/.config/nvim

Windows

mkdir $env:LOCALAPPDATA\nvim
cd $env:LOCALAPPDATA\nvim
git clone https://github.com/masroof-maindak/nvim.git .
scoop bucket add extras
scoop install neovide