Remove textobjects from built_in_query_groups

This commit is contained in:
Stephan Seitz 2020-10-19 22:32:19 +02:00 committed by Stephan Seitz
parent f115d0ebaa
commit 4da47d6dea

View file

@ -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.