nvim: better behavior for remove highlights from hlsearch

now it just does `noh` instead of `set hlsearch!`
This commit is contained in:
PowerUser64 2021-10-20 01:31:45 -07:00
parent 866986c46c
commit 8c94182d19
2 changed files with 3 additions and 15 deletions

View file

@ -81,18 +81,6 @@ M.treesitter = function()
move = {
enable = true,
set_jumps = true, -- whether to set jumps in the jumplist
-- How to read these next keybinds
-- first character:
-- [ means previous
-- ] means next
-- second character:
-- m means function beginning
-- M means function end
-- OR
-- both the same means start in that direction
-- ex: [[ means previous start
-- both in opposite directions means end in that way
-- ex: [] means previous end
goto_next_start = {
[']m'] = '@function.outer',
[']]'] = '@class.outer',