diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index 8a7e4b38..6befc6ac 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -6,7 +6,7 @@ return { event = "BufReadPost", keys = { { "", desc = "Increment selection" }, - { "", desc = "Schrink selection" }, + { "", desc = "Schrink selection", mode = "x" }, }, ---@type TSConfig opts = { @@ -35,8 +35,8 @@ return { keymaps = { init_selection = "", node_incremental = "", - scope_incremental = false, - node_decremental = "", + scope_incremental = "", + node_decremental = "", }, }, },