22 lines
620 B
Markdown
22 lines
620 B
Markdown
# 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`
|
|
|
|
## 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.
|