We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeb3783 commit 2c1458bCopy full SHA for 2c1458b
2 files changed
lib/nvim/lua/plugin_config/treesitter.lua
@@ -1,5 +1,3 @@
1
-local textobjects = require('plugin_config/treesitter/textobjects')
2
-
3
require('nvim-treesitter.configs').setup({
4
highlight = {
5
enable = true,
@@ -9,5 +7,4 @@ require('nvim-treesitter.configs').setup({
9
7
10
8
disable = { 'ruby' },
11
},
12
- textobjects = textobjects.map().configure(),
13
})
lib/nvim/lua/plugin_config/treesitter/textobjects.lua
0 commit comments