all repos

init.lua @ b7cc248a01636f6aa6eb25190b6c1e9bf5c24cfc

my nvim config
1 files changed, 1 insertions(+), 1 deletions(-)
added pyproject.toml in project.nvim patterns
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, }