We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e91c585 commit f7122acCopy full SHA for f7122ac
README.md
@@ -56,7 +56,7 @@ require("nvim-treesitter-textobjects").setup {
56
selection_modes = {
57
['@parameter.outer'] = 'v', -- charwise
58
['@function.outer'] = 'V', -- linewise
59
- ['@class.outer'] = '<c-v>', -- blockwise
+ -- ['@class.outer'] = '<c-v>', -- blockwise
60
},
61
-- If you set this to `true` (default is `false`) then any textobject is
62
-- extended to include preceding or succeeding whitespace. Succeeding
0 commit comments