From e5dcd8e8bb0bcecc125515b5cbef7b366e04b1b8 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Sun, 9 Jun 2024 17:46:25 +0800 Subject: Update --- vim/lazy/plugin/treesitter.lua | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'vim/lazy/plugin') diff --git a/vim/lazy/plugin/treesitter.lua b/vim/lazy/plugin/treesitter.lua index dc0dafc..245ecb4 100644 --- a/vim/lazy/plugin/treesitter.lua +++ b/vim/lazy/plugin/treesitter.lua @@ -34,20 +34,20 @@ require('nvim-treesitter.configs').setup { enable = true, set_jumps = true, -- whether to set jumps in the jumplist goto_next_start = { - [']m'] = '@function.outer', - [']]'] = '@class.outer', + [']f'] = '@function.outer', + [']c'] = '@class.outer', }, goto_next_end = { - [']M'] = '@function.outer', - [']['] = '@class.outer', + [']F'] = '@function.outer', + [']C'] = '@class.outer', }, goto_previous_start = { - ['[m'] = '@function.outer', - ['[['] = '@class.outer', + ['[f'] = '@function.outer', + ['[c'] = '@class.outer', }, goto_previous_end = { - ['[M'] = '@function.outer', - ['[]'] = '@class.outer', + ['[F'] = '@function.outer', + ['[C'] = '@class.outer', }, }, swap = { -- cgit v1.2.3-70-g09d2