Document vim and neovim syntax install

This commit is contained in:
ChillerDragon 2023-03-09 17:00:30 +01:00
parent 2222a1df57
commit ea25fd94e3

View file

@ -355,5 +355,9 @@ git config blame.ignoreRevsFile formatting-revs.txt
Copy the file detection and syntax files to your vim config folder, in the case of neovim:
```bash
# vim
cp -R other/vim/* ~/.vim/
# neovim
cp -R other/vim/* ~/.config/nvim/
```