Move the vim configuration to a directory within the XDG Base Directory Specification
This commit is contained in:
parent
f289e97ced
commit
f9a54f3aa0
13 changed files with 7 additions and 3 deletions
|
@ -68,6 +68,12 @@ yay -S cardpeek
|
|||
|
||||
## vim / neovim
|
||||
|
||||
Compatibility workaround for NeoVim:
|
||||
|
||||
```
|
||||
ln -s .config/vim/vimrc .vimrc
|
||||
```
|
||||
|
||||
Plugins are managed by `vim-plug`, which is installed from the AUR.
|
||||
|
||||
``` sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue