mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
Merge pull request #46 from theHamsta/fix-typo-readme
Fix typo in README.md
This commit is contained in:
commit
64b7f77a5f
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ require'nvim-treesitter.configs'.setup {
|
|||
scope_incremental = "<leader>f" -- "grc" by default
|
||||
}
|
||||
},
|
||||
node_movement = { -- this cursor movement in node hierachy
|
||||
node_movement = { -- this enables cursor movement in node hierarchy
|
||||
enable = true,
|
||||
disable = { 'cpp', 'rust' },
|
||||
keymaps = { -- mappings for node movement (normal mappings)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue