diff options
| author | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-05-08 16:43:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-08 16:43:04 +0200 |
| commit | 64b7f77a5ff592a3f2d648f36ffc533af584e1d5 (patch) | |
| tree | 0022c8aaf2dd67b2fc01c966a23e8c4e1aea6b2a | |
| parent | Merge pull request #40 from vigoux/contributing (diff) | |
| parent | Fix typo in README.md (diff) | |
| download | nvim-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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
