refactor(nvim): remove goto class mappings
These interfered with jumpto-diff mappings
This commit is contained in:
parent
7115f05213
commit
c15920711c
@ -73,22 +73,18 @@ nvim_treesitter.setup({
|
|||||||
set_jumps = true,
|
set_jumps = true,
|
||||||
goto_next_start = {
|
goto_next_start = {
|
||||||
["]fs"] = "@function.outer",
|
["]fs"] = "@function.outer",
|
||||||
["]cs"] = "@class.outer",
|
|
||||||
["]bs"] = "@block.outer",
|
["]bs"] = "@block.outer",
|
||||||
},
|
},
|
||||||
goto_next_end = {
|
goto_next_end = {
|
||||||
["]fe"] = "@function.outer",
|
["]fe"] = "@function.outer",
|
||||||
["]ce"] = "@class.outer",
|
|
||||||
["]be"] = "@block.outer",
|
["]be"] = "@block.outer",
|
||||||
},
|
},
|
||||||
goto_previous_start = {
|
goto_previous_start = {
|
||||||
["[fs"] = "@function.outer",
|
["[fs"] = "@function.outer",
|
||||||
["[cs"] = "@class.outer",
|
|
||||||
["[bs"] = "@block.outer",
|
["[bs"] = "@block.outer",
|
||||||
},
|
},
|
||||||
goto_previous_end = {
|
goto_previous_end = {
|
||||||
["[fe"] = "@function.outer",
|
["[fe"] = "@function.outer",
|
||||||
["[ce"] = "@class.outer",
|
|
||||||
["[bs"] = "@block.outer",
|
["[bs"] = "@block.outer",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user