From c64083c2ec875fc12a6b702e70bd06e926cf03e1 Mon Sep 17 00:00:00 2001 From: fengyuanlin Date: Sat, 21 Jun 2025 14:22:34 -0500 Subject: [PATCH] disable excluding xml files now they are visible via snacks.explorer --- lua/plugins/example.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/example.lua b/lua/plugins/example.lua index 7ec5025..44accb8 100644 --- a/lua/plugins/example.lua +++ b/lua/plugins/example.lua @@ -2,7 +2,7 @@ -- stylua: ignore local excluded_list = { "*.pdf", "*.aux", "*.bbl", "*.bcf", "*.blg", "*.fdb_latexmk", "*.fls", "*.log", "*.pdf", "*.run%.xml", - "*.synctex%.gz", "*.out", "*.toc", "*.pyc", "*.pyo", "*.xml", "*.gz", "*.DS_Store", "*.zip", + "*.synctex%.gz", "*.out", "*.toc", "*.pyc", "*.pyo", "*.gz", "*.DS_Store", "*.zip", "__pycache__", "venv", ".git",