Skip to content

[BUG] treesitter-textobjects has callSetup = false, docs suggest setup should be called #4449

Description

@dwf

Plugin

treesitter-textobjects

Nixpkgs Release

unstable

Home Manager Release

None

I have read the FAQ

  • I have read the FAQ and my bug is not listed there.

Description

I'm fairly sure, reading the upstream docs, that hasLuaConfig should be set to true and setup() should be called with the settings table.

Minimal, Reproducible Example (MRE)

programs.nixvim.plugins.treesitter-textobjects = {
  enable = true;
  settings.move.set_jumps = true;
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions