From ea25fd94e3746e6f3f42a1d6fc44218899b360aa Mon Sep 17 00:00:00 2001 From: ChillerDragon Date: Thu, 9 Mar 2023 17:00:30 +0100 Subject: [PATCH] Document vim and neovim syntax install --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b8e1a5316..ecedcd6ee 100644 --- a/README.md +++ b/README.md @@ -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/ ```