mirror of https://github.com/kdl-org/kdl.git
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:
parent
ef93a6b10c
commit
cfd86ce70a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue