diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index d0498ef..572e32c 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -120,7 +120,8 @@ return { buffer_previewer_maker = handle_large_files, path_display = { "smart" }, file_ignore_patterns = { - "build/", + -- removing this for now as fx in golang uses "/build" folders a lot and we do not want to ignore those + -- "build/", "dist/", "node_modules/", ".git/",