From 99d4fbf313a7e0c8e17ad6acbf35a1ce9c2cea2d Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Sat, 30 Dec 2023 17:35:30 +1100 Subject: [PATCH] ci: note VIMRUNTIME override --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 22d5f9e0..0b2f9a17 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,11 @@ scripts/luals-check.sh Requires `lua-language-server` on your path. +Assumes neovim's `$VIMRUNTIME` is `"/usr/share/nvim/runtime"`. Override with: +```sh +VIMRUNTIME="/my/path/to/runtime" scripts/luals-check.sh +``` + # Adding new actions To add a new action, add a file in `actions/name-of-the-action.lua`. You should export a `setup` function if some configuration is needed.