From 349895caefe5a2dce14ec44c038cbe00645ac32a Mon Sep 17 00:00:00 2001 From: Guilherme Soares <48023091+guilhas07@users.noreply.github.com> Date: Sat, 1 Jun 2024 14:16:47 +0200 Subject: [PATCH] feat: add lspinfo and query to disabled filetypes (#88) * feat: add lspinfo to disabled filetypes * feat: add query to disabled filetypes --- lua/hardtime/config.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/hardtime/config.lua b/lua/hardtime/config.lua index 33f9099..bfe1f17 100644 --- a/lua/hardtime/config.lua +++ b/lua/hardtime/config.lua @@ -76,6 +76,7 @@ M.config = { "help", "httpResult", "lazy", + "lspinfo", "Neogit*", "mason", "neotest-summary", @@ -86,6 +87,7 @@ M.config = { "notify", "prompt", "qf", + "query", "oil", "undotree", "Trouble",