aboutsummaryrefslogtreecommitdiffstats
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
parentMerge pull request #40 from vigoux/contributing (diff)
parentFix typo in README.md (diff)
downloadnvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.tar
nvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.tar.gz
nvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.tar.bz2
nvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.tar.lz
nvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.tar.xz
nvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.tar.zst
nvim-treesitter-64b7f77a5ff592a3f2d648f36ffc533af584e1d5.zip
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 5dcfc4478..afedbc400 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)