kdl-org / kdl

the kdl document language specifications
https://kdl.dev
Other
1.12k stars 62 forks source link

docs: add link to neovim integration #369

Closed mikavilpas closed 8 months ago

mikavilpas commented 8 months ago

I included some additional information in the commit message, which can be seen below. I had a difficult time setting neovim up with kdl so I figured it might be better to have it somewhere.

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)

Related issue: #258 although that is for vim, not for neovim. Only realized this now, and it's a bit confusing 😅