more docs
This commit is contained in:
parent
ba5786cde4
commit
775ff6ac89
2
init.lua
2
init.lua
@ -224,7 +224,7 @@ require('nvim-treesitter.configs').setup {
|
|||||||
init_selection = '<c-space>',
|
init_selection = '<c-space>',
|
||||||
node_incremental = '<c-space>',
|
node_incremental = '<c-space>',
|
||||||
scope_incremental = '<c-s>',
|
scope_incremental = '<c-s>',
|
||||||
node_decremental = '<c-backspace>',
|
node_decremental = '<M-space>',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
textobjects = {
|
textobjects = {
|
||||||
|
Loading…
Reference in New Issue
Block a user