treesitter folding with space x :)
This commit is contained in:
@ -167,4 +167,11 @@ command_center.add({
|
||||
{ 'n', '<leader>a', silent_noremap },
|
||||
},
|
||||
},
|
||||
{
|
||||
description = 'Toggle fold',
|
||||
cmd = 'za',
|
||||
keybindings = {
|
||||
{ 'n', '<space>x', silent_noremap },
|
||||
},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user