1 files changed,
1 insertions(+),
1 deletions(-)
Author:
Smirnov Alexander
ss2316544@gmail.com
Committed at:
2022-03-26 19:08:59 +0200
Parent:
97e5bc6
M
lua/fk/plugin/project.lua
@@ -1,7 +1,7 @@
require("project_nvim").setup { manual_mode = false, detection_methods = { "lsp", "pattern" }, - patterns = { ".git", "Makefile", "package.json", "go.mod" }, + patterns = { ".git", "Makefile", "package.json", "go.mod", "pyproject.toml" }, show_hidden = false, silent_chdir = true, }