From 750cd50c3dc6265132384c5c77ab9c03897059d5 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Mon, 7 Oct 2024 08:43:18 +0200 Subject: [PATCH] nvim: ignore .git/ in telescope --- dotfiles/.config/nvim/lua/plugins/telescope.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.config/nvim/lua/plugins/telescope.lua b/dotfiles/.config/nvim/lua/plugins/telescope.lua index 3b5abf5..ed66d57 100644 --- a/dotfiles/.config/nvim/lua/plugins/telescope.lua +++ b/dotfiles/.config/nvim/lua/plugins/telescope.lua @@ -43,7 +43,7 @@ telescope.setup { treesitter = false }, file_ignore_patterns = { - '.git', + '.git/', }, }, pickers = {