From 7598762fccd545e83ee23f5245697d1145153e83 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 20 Feb 2024 00:56:31 +0100 Subject: [PATCH] neovim: enable incremental selection --- dot_config/nvim/lua/custom/plugins.lua | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/dot_config/nvim/lua/custom/plugins.lua b/dot_config/nvim/lua/custom/plugins.lua index 66cf0eb..5b0b898 100644 --- a/dot_config/nvim/lua/custom/plugins.lua +++ b/dot_config/nvim/lua/custom/plugins.lua @@ -8,6 +8,15 @@ local plugins = { "python", }, auto_install = true, + incremental_selection = { + enable = true, + keymaps = { + init_selection = "", + node_incremental = "", + scope_incremental = false, + node_decremental = "", + }, + }, }, }, {