Added several plugins and extras in nvim. Updated docs on how they were added.

This commit is contained in:
Shaun Setlock
2025-01-01 19:54:28 -05:00
parent 291f252dc6
commit 555595cc17
3 changed files with 24 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
# 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
@@ -10,5 +11,11 @@ ln -s <location of cloned dotfiles nvim directory> ~/.config/nvim
```
## `neovim` System Package
Ensure that neovim is installed on the system. For example,
`dnf install neovim`
## Plugins and Extra's
LazyVim has numerous, available extras and plugins.
> You can enable the extra with the :LazyExtras command. Plugins marked as optional will only be configured if they are installed.