Add neovim fix

This commit is contained in:
Rodolphe Bréard 2025-01-27 15:17:34 +01:00
parent f9a54f3aa0
commit 059c563667
Signed by: rodolphe
SSH key fingerprint: SHA256:3rodCKnk1MUOfSlIKY0nHbBtvFyQx4EqjS+JIy69lN0

View file

@ -71,6 +71,7 @@ yay -S cardpeek
Compatibility workaround for NeoVim: Compatibility workaround for NeoVim:
``` ```
ln -s .config/vim .vim
ln -s .config/vim/vimrc .vimrc ln -s .config/vim/vimrc .vimrc
``` ```