treewide: treesitter moduleConfig -> settings

This commit is contained in:
Austin Horstman 2024-07-02 23:00:58 -05:00
parent 435ef287ab
commit 97fa47376b
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -144,7 +144,7 @@ with lib;
extraPlugins = [ cfg.package ];
plugins.treesitter.moduleConfig.refactor = {
plugins.treesitter.settings.refactor = {
highlight_definitions = {
inherit (cfg.highlightDefinitions) enable disable;
clear_on_cursor_move = cfg.highlightDefinitions.clearOnCursorMove;

View file

@ -193,7 +193,7 @@ with lib;
extraPlugins = [ cfg.package ];
plugins.treesitter.moduleConfig.textobjects =
plugins.treesitter.settings.textobjects =
with cfg;
let
processKeymapsOpt =