10 lines
354 B
Markdown
10 lines
354 B
Markdown
# 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
|
|
```
|
|
Next, open the `init.lua` file with Neovim and then run the `:PackerSync` command to pull all the installed packages.
|