From dacd3e0708e511354b3afe8c3bea4d5be870648b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=BAc=20L=C3=AA=20Kh=E1=BA=AFc?= Date: Thu, 21 Mar 2024 14:56:26 +0700 Subject: [PATCH] feat(treesitter): `v` for incremental node select --- lua/lazyvim/plugins/treesitter.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/lazyvim/plugins/treesitter.lua b/lua/lazyvim/plugins/treesitter.lua index 7e4dd40a..594f0f7d 100644 --- a/lua/lazyvim/plugins/treesitter.lua +++ b/lua/lazyvim/plugins/treesitter.lua @@ -81,8 +81,7 @@ return { incremental_selection = { enable = true, keymaps = { - init_selection = "", - node_incremental = "", + node_incremental = "v", scope_incremental = false, node_decremental = "", },