docs: add link to neovim integration (#369)

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)
This commit is contained in:
Mika Vilpas 2024-01-17 20:19:49 +02:00 committed by GitHub
parent ef93a6b10c
commit cfd86ce70a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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) * [VS Code](https://marketplace.visualstudio.com/items?itemName=kdl-org.kdl&ssr=false#review-details)
* [Sublime Text](https://packagecontrol.io/packages/KDL) * [Sublime Text](https://packagecontrol.io/packages/KDL)
* [vim](https://github.com/imsnif/kdl.vim) * [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) * [Intellij IDEA](https://plugins.jetbrains.com/plugin/20136-kdl-document-language)
## Overview ## Overview