aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 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 = {