From 14a82a364aad0fe7cd41cdfc35f98224c85d55c0 Mon Sep 17 00:00:00 2001 From: Mika Vilpas Date: Wed, 17 Jan 2024 07:58:24 +0200 Subject: [PATCH] docs: add link to neovim integration The neovim integration uses https://github.com/nvim-treesitter/nvim-treesitter which currently requires "Neovim 0.9.2 or later (nightly recommended)". See the up to date requirements in the project's readme: https://github.com/nvim-treesitter/nvim-treesitter?tab=readme-ov-file#requirements A rough and unmaintained configuration example can be found here: https://github.com/kdl-org/kdl/issues/258#issuecomment-1890912634 (It might serve as a good starting point) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 624313e..3e43e8b 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ entirety, but in the future, may be required to in order to be included here. * [VS Code](https://marketplace.visualstudio.com/items?itemName=kdl-org.kdl&ssr=false#review-details) * [Sublime Text](https://packagecontrol.io/packages/KDL) * [vim](https://github.com/imsnif/kdl.vim) +* [neovim](https://github.com/nvim-treesitter/nvim-treesitter) * [Intellij IDEA](https://plugins.jetbrains.com/plugin/20136-kdl-document-language) ## Overview