Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjdevries committed Feb 16, 2023
1 parent ba5786c commit 775ff6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ require('nvim-treesitter.configs').setup {
init_selection = '<c-space>',
node_incremental = '<c-space>',
scope_incremental = '<c-s>',
node_decremental = '<c-backspace>',
node_decremental = '<M-space>',
},
},
textobjects = {
Expand Down

0 comments on commit 775ff6a

Please sign in to comment.