From 1d9492ed643ad83fcaba6a16cf8e9969dec164e3 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Sun, 18 Feb 2024 11:47:13 +0000 Subject: [PATCH] nvim: telescope ignore Eolas img/ dir --- nvim/lua/thomas/plugins/telescope.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/nvim/lua/thomas/plugins/telescope.lua b/nvim/lua/thomas/plugins/telescope.lua index a31b652..bf605be 100644 --- a/nvim/lua/thomas/plugins/telescope.lua +++ b/nvim/lua/thomas/plugins/telescope.lua @@ -20,6 +20,7 @@ telescope.setup({ }, }, file_ignore_patterns = { + "img", "node_modules", ".git", },