abecodes/tabout.nvim

no parser found for filetype NeogitCommitMessage

Closed this issue · 3 comments

uwla commented

Hello!

When using this plugin, it does not work inside git commit message to tabout of parenthesis, quotes, etc.

If I put parenthesis or quotes in the git commit message (I'm using NeoGit plugin), I'd expect tabout to work, but it shows this error instead:

tabout.nvim: No parser found for filetype NeogitCommitMessage

Hi @uwla,

This is expected since NeogitCommitMessage is not anything that is supported by treesitter .
Which is a bummer, since I love Neogit 😊

uwla commented

Tabout is useful if the message contains backticks to quote code or () when following conventional commits.

I think we should reopen the issue and tabout should have a default behavior where it simply tabs-out of the next delimiter, be it ",',`,),etc

Hi @uwla

I was experimenting with sth like this but it is not very trivial...at least if you want to jump to the next relevant delimiter.