Skip to content

Install

lcfd edited this page Sep 5, 2024 · 3 revisions

On macOS

# Install requirements
brew install ripgrep cmake fzf gnu-sed

Linux

sudo apt install build-essential

For all

In order to use treesitter you need to have available npm and pip.

# Clone the repository in the `nvim` config folder.
git clone https://github.com/lcfd/NaryaVim ~/.config/nvim

Open Neovim and wait for ALL plugins and derivatives to finish installing.

pynvim (not required)

At the moment pynvim isn't used but it's good to know how to install it.

# Create a virtual environment for Python development:
python3 -m venv ~/.config/nvim/venv

# Install `pynvim`
~/.config/nvim/venv/bin/pip install pynvim
Clone this wiki locally