From 2cf9d00db928a8b7516ea722884da833805f5457 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 5 Mar 2025 03:46:42 +0300 Subject: [PATCH] add additional buffers to disable the plugin in --- lua/syntax-gaslighting.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/syntax-gaslighting.lua b/lua/syntax-gaslighting.lua index d73d157..78e03c0 100644 --- a/lua/syntax-gaslighting.lua +++ b/lua/syntax-gaslighting.lua @@ -10,6 +10,10 @@ local default_config = { merge_messages = false, -- If true, merge user messages with default ones filetypes_to_ignore = { -- List of filetypes to ignore (default: "netrw") "netrw", + "NvimTree", + "neo-tree", + "Telescope", + "qf" }, messages = { "Are you sure this will pass the code quality checks? 🤔",