From fc4023399b1731f8bfd05c00e856c84d8b3e9795 Mon Sep 17 00:00:00 2001 From: gleauth Date: Sat, 26 Aug 2023 21:40:35 +0800 Subject: [PATCH] add exclude_filetypes:registers --- lua/hlchunk/utils/filetype.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/hlchunk/utils/filetype.lua b/lua/hlchunk/utils/filetype.lua index 50dca15..e11f150 100644 --- a/lua/hlchunk/utils/filetype.lua +++ b/lua/hlchunk/utils/filetype.lua @@ -54,6 +54,7 @@ M.exclude_filetypes = { DressingInput = true, spectre_panel = true, zsh = true, + registers = true, } return M