all repos

init.lua @ e801c72d3a8e5a6cde44e0aee6a5fc6c54ef373c

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,
}