Skip to content
Discussion options

You must be logged in to vote

Hi @tobbbe, you can just use labels = "" to disable the label feature. I used this to expand/shrink the selection based on treesitter:

local function shrink_expand_selection()
  require("flash").treesitter({
    actions = {
      ["<a-o>"] = "next",
      ["<a-i>"] = "prev",
    },
    labels = "",
  })
end

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tobbbe
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