Skip to content

Issue getting tabout working #42

Answered by abecodes
shamindras asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @shamindras

Thanks for the detailed explanation 😃

Two scenarios are coming to mind for this kind of problem:

  • tabout is not installed correctly
  • wrong syntax

Lets start with the first one. If you enter command mode and type :tab and then press the key, you should see smth similar to this:

If you see this, tabout is running fine and smth is off with your syntax.

Tabout.nvim uses treesitter to determine in which node you are and where to jump to. If that does not happen, treesitter can not translate your syntax into a correct node. This may be due to an issue on treesitter's side or you are using invalid syntax (depending on your language, this may also happen in comment strings).

But n…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@shamindras
Comment options

@abecodes
Comment options

@shamindras
Comment options

Answer selected by shamindras
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants