nvim/README.md

16 lines
526 B
Markdown
Raw Normal View History

2025-01-01 23:08:16 +00:00
# Neovim Config
This is my Neovim configuration file that I use every day. To install it, navigate to `~/.config/` and then use the `git clone` command.
```bash
cd ~/.config/
git clone https://gitea.locker98.com/locker98/nvim.git
```
2025-01-02 19:25:39 +00:00
Next, download packer and install it:
```bash
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
```
Finally, open the `init.lua` file with Neovim and then run the `:PackerSync` command to pull all the installed packages.