From 4da47d6deaa878b3b0f866a384cfbacb9747854d Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Mon, 19 Oct 2020 22:32:19 +0200 Subject: Remove textobjects from built_in_query_groups --- lua/nvim-treesitter/query.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/nvim-treesitter/query.lua') diff --git a/lua/nvim-treesitter/query.lua b/lua/nvim-treesitter/query.lua index 4b2aec3b..09fdbbdd 100644 --- a/lua/nvim-treesitter/query.lua +++ b/lua/nvim-treesitter/query.lua @@ -8,7 +8,7 @@ local M = {} local query_cache = caching.create_buffer_cache() -M.built_in_query_groups = {'highlights', 'locals', 'textobjects', 'folds', 'indents'} +M.built_in_query_groups = {'highlights', 'locals', 'folds', 'indents'} -- Creates a function that checks whether a given query exists -- for a specific language. -- cgit v1.2.3