Added neovim.

This commit is contained in:
Shaun Setlock
2024-12-30 22:21:57 -05:00
parent 24100009f2
commit ce0144ae4c
12 changed files with 544 additions and 0 deletions

14
nvim/README.md Normal file
View File

@@ -0,0 +1,14 @@
# Shaun's `nvim` Dotfiles
## Location
The configuration files need to be present at this location, `~/.config/nvim`. So, we can use the following command to softlink/symlink,
```bash
ln -s <location of cloned dotfiles nvim directory> ~/.config/nvim
# e.g.
# ln -s ~/dotfiles/nvim ~/.config/nvim
```
## `neovim` System Package
Ensure that neovim is installed on the system. For example,
`dnf install neovim`