diff options
Diffstat (limited to '')
-rw-r--r-- | after/plugin/project.lua | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/after/plugin/project.lua b/after/plugin/project.lua index fd44e4c..0b5ae3b 100644 --- a/after/plugin/project.lua +++ b/after/plugin/project.lua @@ -5,6 +5,14 @@ end project.setup { detection_methods = { "pattern" }, - patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" }, + patterns = { + ".git", + "Makefile", + "_darcs", + ".hg", + ".bzr", + ".svn", + "package.json", + }, show_hidden = false, } |