Move the vim configuration to a directory within the XDG Base Directory Specification

This commit is contained in:
Rodolphe Bréard 2025-01-24 16:39:23 +01:00
parent f289e97ced
commit f9a54f3aa0
Signed by: rodolphe
SSH key fingerprint: SHA256:3rodCKnk1MUOfSlIKY0nHbBtvFyQx4EqjS+JIy69lN0
13 changed files with 7 additions and 3 deletions

View file

@ -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