Browse Source

Add show_hidden option to project module (#1359)

Ahmed Khalf 3 năm trước cách đây
mục cha
commit
7845b671ec
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      lua/core/project.lua

+ 3 - 0
lua/core/project.lua

@@ -20,6 +20,9 @@ function M.config()
     -- detection_methods
     patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
 
+    -- Show hidden files in telescope
+    show_hidden = false,
+
     -- When set to false, you will get a message when project.nvim changes your
     -- directory.
     silent_chdir = true,