From f7fff22df15c521d00d5902f561a132580f32db2 Mon Sep 17 00:00:00 2001 From: Simon Hartcher Date: Sun, 2 Nov 2014 23:14:43 +1100 Subject: [PATCH] Fix vim syntax highlighting Added VIM environment variable so that vim can find the syntax files --- vim.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim.json b/vim.json index 762fcdedeb..73f4b2309d 100644 --- a/vim.json +++ b/vim.json @@ -27,5 +27,8 @@ "checkver": { "url": "http://www.vim.org/download.php", "re": "Vim ([0-9\\.]+) is the latest stable version" + }, + "env_set": { + "VIM": "$dir" } } \ No newline at end of file