aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:23 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:23 +0100
commitad7f75a4fe99f5e82ccded45b26761e895aa73e9 (patch)
treeb31a5fc4ca1670c8e2344bc79be7a722a412b84a
parent47fa53d68e15a864cbdc83a798835273fdf09d3d (diff)
downloaddotfiles-ad7f75a4fe99f5e82ccded45b26761e895aa73e9.tar.gz
dotfiles-ad7f75a4fe99f5e82ccded45b26761e895aa73e9.tar.bz2
dotfiles-ad7f75a4fe99f5e82ccded45b26761e895aa73e9.zip
chore: remove stale filetypes from close_with_q autocmd
grug-far, spectre_panel, tsplayground are not installed plugins.
-rw-r--r--home/.config/nvim/lua/config/autocmds.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/.config/nvim/lua/config/autocmds.lua b/home/.config/nvim/lua/config/autocmds.lua
index 50337f6..cfabf1b 100644
--- a/home/.config/nvim/lua/config/autocmds.lua
+++ b/home/.config/nvim/lua/config/autocmds.lua
@@ -48,14 +48,11 @@ autocmd("FileType", {
"checkhealth",
"dbout",
"gitsigns-blame",
- "grug-far",
"help",
"lspinfo",
"notify",
"qf",
- "spectre_panel",
"startuptime",
- "tsplayground",
},
callback = function(event)
vim.bo[event.buf].buflisted = false