nixos/docs/Neovim.md

14 lines
330 B
Markdown
Raw Normal View History

2024-10-30 11:54:17 +00:00
# Neovim
Neovim is mostly configured in the flake, we just need to install packer
separately, although this is only required to do once.
## Installation
Run the following command in the terminal
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
```