summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJesús Lapastora <cyber.gsuscode@gmail.com>2021-07-09 20:17:34 +0200
committerGitHub <noreply@github.com>2021-07-09 20:17:34 +0200
commit385020eb232b48a5a3583f531ff27266fb06eec4 (patch)
treeb6ac1c25de99e7c0e567f730f9ef67f2e40c0cb7 /CONTRIBUTING.md
parent1dd6f8408b6e3334ddba695a7c4e0fd500f9bff6 (diff)
docs: Fixed a typo on CONTRIBUTING file (#969)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e6ae7a5..5da7d76 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -58,7 +58,7 @@ The other option would be setting up https://github.com/tjdevries/tree-sitter-lu
- Install Treesitter, either with package manager or with github release
- Install plugin as usual
- cd to plugin
-- `mkdir -p build parser` sadly does doesn't exist
+- `mkdir -p build parser` sadly those don't exist
- `make build_parser`
- `ln -s ../build/parser.so parser/lua.so` We need the shared object in parser/ so it gets picked up by neovim. Either copy or symbolic link
- Make sure that nvim-treesitter lua parser is not installed and also delete the lua queries in that repository. `queries/lua/*`. If you are not doing that you will have a bad time!