all repos

init.lua @ 325ec906deaa9c5f1d1f1f3c89efc8c87a9a4bbd

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" },
  show_hidden = false,
  silent_chdir = true,
}