mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-12-17 09:49:18 +00:00
more docs
This commit is contained in:
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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user