-
Notifications
You must be signed in to change notification settings - Fork 0
Install
lcfd edited this page Sep 5, 2024
·
3 revisions
# Install requirements
brew install ripgrep cmake fzf gnu-sed
sudo apt install build-essential
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.
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