From cb36ccfa8db66db953795fd8e22138ed1712b1cd Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 18 Sep 2024 00:58:26 +0200 Subject: checkpoint - added basic luasnip configuration - added highlights for TODO and FIXME keywords - added incremental selection of treesitter - added prettier to conform formatters - added when_disabled function to disable pairs in comments - changed the hiding keybind to :Hide command - only enable ` pairs in markdown - removed keybind - removed cmp's calc source - renamed keybinds for consistency - reorganized plugins in lazy.lua --- after/plugin/treesitter.lua | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'after/plugin/treesitter.lua') diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 1eb6fa5..83eb7cf 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -7,4 +7,11 @@ require("nvim-treesitter.configs").setup({ enable = true, additional_vim_regex_highlighting = false, }, + incremental_selection = { + enable = true, + keymaps = { + node_incremental = "v", + node_decremental = "V", + }, + }, }) -- cgit v1.2.3