summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonhard Kipp <leonhard.kipp@web.de>2023-09-19 19:24:20 +0200
committerLeonhard Kipp <leonhard.kipp@web.de>2023-09-19 19:24:20 +0200
commit5aaf7917a2dc7497399f092f3fb10d0c48c3984c (patch)
tree4ab0972fce4ffc79233d7adb2299e42309de454d
parent3133b2f391be10698c4fd6bc3d16f94cf2cb39b2 (diff)
Add note to readme about nvim-nu
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 953412b..4391b76 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
# tree-sitter-nu - A tree-sitter grammar for the nushell language
**Info: This grammar was made for nu version ~0.45. As nushell evolves quickly, the grammar might not work perfectly for later versions. PR's are welcome**
+
+If you are using Neovim, I recommend not using this grammar directly, but using the wrapper `https://github.com/lhKipp/nvim-nu`, which sets up this grammar and other niceties.