summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiyan Yazdani <yazdani.kiyan@protonmail.com>2020-05-08 16:43:04 +0200
committerGitHub <noreply@github.com>2020-05-08 16:43:04 +0200
commit64b7f77a5ff592a3f2d648f36ffc533af584e1d5 (patch)
tree0022c8aaf2dd67b2fc01c966a23e8c4e1aea6b2a
parente9bcc844d47c18f6279e55208bd1d8aab0be1ab6 (diff)
parent9c4099a898b5bb477f637451ff586246d15bffb0 (diff)
Merge pull request #46 from theHamsta/fix-typo-readme
Fix typo in README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5dcfc447..afedbc40 100644
--- a/README.md
+++ b/README.md
@@ -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)