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
commit 64b7f77a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)