aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md3
-rw-r--r--doc/nvim-treesitter.txt2
2 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 826e0c609..f5689d98f 100644
--- a/README.md
+++ b/README.md
@@ -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 = {
diff --git a/doc/nvim-treesitter.txt b/doc/nvim-treesitter.txt
index bc70d6d6c..38c0378e6 100644
--- a/doc/nvim-treesitter.txt
+++ b/doc/nvim-treesitter.txt
@@ -362,7 +362,7 @@ Supported options:
lua <<EOF
require'nvim-treesitter.configs'.setup {
textobjects = {
- move {
+ move = {
enable = true,
goto_next_start = {
["]m"] = "@function.outer",