浏览代码

Add show_hidden option to project module (#1359)

Ahmed Khalf 3 年之前
父节点
当前提交
7845b671ec
共有 1 个文件被更改,包括 3 次插入0 次删除
  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,