yioneko / nvim-yati

Yet another tree-sitter powered indent plugin for Neovim.
MIT License
149 stars 3 forks source link

[Research] Investigate indent engine used in emacs treesit #14

Open yioneko opened 1 year ago

yioneko commented 1 year ago

In emacs 29, treesitter support has been merged and treesitter-based indent feature is also added.

The document for rule engine there.

Since that is the official support in emacs, it is probably more reliable and might benefit development of nvim-yati.