Merge pull request #46 from theHamsta/fix-typo-readme

Fix typo in README.md
This commit is contained in:
Kiyan Yazdani
2020-05-08 16:43:04 +02:00
committed by GitHub

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)