From 0a21a56a34a5bd4a51b9aaf8c2b092ea10a45e8c Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Thu, 7 Mar 2024 12:50:03 +0100 Subject: [PATCH] treesitter: incremental selection already enabled --- lua/kickstart/plugins/treesitter.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lua/kickstart/plugins/treesitter.lua b/lua/kickstart/plugins/treesitter.lua index dbd30e8..9118f1e 100644 --- a/lua/kickstart/plugins/treesitter.lua +++ b/lua/kickstart/plugins/treesitter.lua @@ -73,11 +73,6 @@ return { }, }, } - - -- There are additional nvim-treesitter modules that you can use to interact - -- with nvim-treesitter. You should go explore a few and see what interests you: - -- - -- - Incremental selection: Included, see `:help nvim-treesitter-incremental-selection-mod` end, }, }