about summary refs log tree commit diff
path: root/dotfiles/nvim
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/nvim')
-rw-r--r--dotfiles/nvim/init.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/dotfiles/nvim/init.lua b/dotfiles/nvim/init.lua
index 413de81..62f1cb1 100644
--- a/dotfiles/nvim/init.lua
+++ b/dotfiles/nvim/init.lua
@@ -373,6 +373,12 @@ require('lazy').setup({
             require('telescope.themes').get_dropdown(),
           },
         },
+
+        pickers = {
+          find_files = {
+            hidden = true
+          },
+        },
       }
 
       -- Enable telescope extensions, if they are installed