diff options
| author | evakuator <kuatabylkasymov@gmail.com> | 2020-08-19 22:25:01 +0600 |
|---|---|---|
| committer | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-08-20 09:00:46 +0200 |
| commit | 6f1908a2ecd61071af9203b8d058ce189476b38c (patch) | |
| tree | c8eca531c008babfdc06f31ad738310c3967764e /README.md | |
| parent | 7e704852dcbd5a1903f17bd19068f69ef51c699c (diff) | |
Docs: remove enable=true from textobjects module
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -211,7 +211,6 @@ similar to `ip` (inner paragraph) and `ap` (a paragraph). lua <<EOF require'nvim-treesitter.configs'.setup { textobjects = { - enable = true, select = { enable = true, keymaps = { @@ -244,7 +243,6 @@ like function parameters or arguments. lua <<EOF require'nvim-treesitter.configs'.setup { textobjects = { - enable = true, swap = { enable = true, swap_next = { @@ -269,7 +267,6 @@ or previous function. lua <<EOF require'nvim-treesitter.configs'.setup { textobjects = { - enable = true, move = { enable = true, goto_next_start = { |
