From de252fbf2dc2a0af930f935dedfa7aa997b67c87 Mon Sep 17 00:00:00 2001 From: Taken Date: Tue, 5 Sep 2023 12:37:11 +0200 Subject: [PATCH] Small change --- lua/taken/plugins/beacon.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lua/taken/plugins/beacon.lua b/lua/taken/plugins/beacon.lua index 7c862ea..d41d64c 100644 --- a/lua/taken/plugins/beacon.lua +++ b/lua/taken/plugins/beacon.lua @@ -13,7 +13,9 @@ return { shrink = true, timeout = 750, ignore_buffers = {}, - ignore_filetypes = {}, + ignore_filetypes = { + "NeogitStatus", + }, }) end, }