Fix typo in README.md

This commit is contained in:
Stephan Seitz 2020-05-08 16:16:12 +02:00
parent e9bcc844d4
commit 9c4099a898

View file

@ -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)