Plugin
treesitter-textobjects
Nixpkgs Release
unstable
Home Manager Release
None
I have read the FAQ
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;
};
Plugin
treesitter-textobjects
Nixpkgs Release
unstable
Home Manager Release
None
I have read the FAQ
Description
I'm fairly sure, reading the upstream docs, that
hasLuaConfigshould be set to true andsetup()should be called with the settings table.Minimal, Reproducible Example (MRE)