/nvim-setup

Install and configure neovim for embedded development

Primary LanguageLua

Neovim setup for Mac/Linux

Installation on Ubuntu

First download the binary image:

wget https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.deb

Install the downloaded binary in the system,

sudo dpkg -i nvim-linux64.deb

Installation on Mac

brew install neovim

Configuration

Create a directory in $HOME directory

mkdir ~/.config

Clone nvim Configuration

git clone git@github.com:csrohit/nvim-setup.git nvim

Run neovim in project folder

cd <project_dir>
nvim .