all repos

init.lua @ ddb2e1304ff5b0c17e4b6ecc4aab5f8a3c0cce49

my nvim config

init.lua/lua/fk/plugin/project.lua(view raw)

1
2
3
4
5
6
7
require("project_nvim").setup {
  manual_mode = false,
  detection_methods = { "lsp", "pattern" },
  patterns = { ".git", "Makefile", "package.json", "go.mod", "pyproject.toml" },
  show_hidden = false,
  silent_chdir = true,
}