Docs: remove enable=true from textobjects module

This commit is contained in:
evakuator 2020-08-19 22:25:01 +06:00 committed by Kiyan Yazdani
parent 7e704852dc
commit 6f1908a2ec
2 changed files with 1 additions and 4 deletions

View file

@ -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 = {

View file

@ -362,7 +362,7 @@ Supported options:
lua <<EOF
require'nvim-treesitter.configs'.setup {
textobjects = {
move {
move = {
enable = true,
goto_next_start = {
["]m"] = "@function.outer",