/nvim

My nvim configuration

Primary LanguageLua

Neovim configuration

The neovim configuration that I use. Heavily inspired by Josean Martinez's guide.

Mac OS pre-requisites

  1. Install the following font and use it in your terminal.
  2. Make sure that Node is installed
  3. Install ripgrep: brew install ripgrep

Ubuntu pre-requisites

  1. Install the following font and use it in your terminal.
  2. Make sure that Node is installed
  3. Make sure that build-essential is installed: sudo apt-get install build-essential
  4. Make sure that unzip is installed: sudo apt-get install unzip

As of 04.12.2022

In order for the FocusGained/FocusLost auto events to work properly with iTerm2, I had to install the nightly version.