From 983cf1e0a2ae68e3b136a468f58a1bed4658773a 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 --- bucket/vim.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bucket/vim.json b/bucket/vim.json index 762fcded..73f4b230 100644 --- a/bucket/vim.json +++ b/bucket/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