From 176ff6a833c4793710a384619539253e6940431c Mon Sep 17 00:00:00 2001 From: Lewis Russell Date: Sat, 23 Sep 2023 10:10:16 +0100 Subject: [PATCH] docs: update CONTRIBUTING.md --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8a7b598..6a07dd4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,11 +25,3 @@ To run the testsuite: make test ``` -## LSP - -Gitsigns maintains its own `.luarc.json`, however it depends on certain environment variables to be defined. - -- `$NVIM_TYPES_DIR`: should point to a local copy of [folke/neodev.nvim/types](https://github.com/folke/neodev.nvim/tree/main/types/nightly) - -- `$NVIM_RUNTIME`: This can be found by running `echo $VIMRUNTIME` in Nvim. -