diff --git a/nvim/lua/plugins/telescope.lua b/nvim/lua/plugins/telescope.lua index 40c8dcf..ee9059f 100644 --- a/nvim/lua/plugins/telescope.lua +++ b/nvim/lua/plugins/telescope.lua @@ -100,8 +100,8 @@ return { no_ignore = false, hidden = true, file_ignore_patterns = { - '.git', - '.node_modules', + '.git/', + '.node_modules/', }, }) end,