all repos

init.lua @ 84d1a57b99fc8ae427a53b522f8a6e878e1341fe

my nvim config

init.lua/lua/configs/project.lua(view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
require("project_nvim").setup {
  show_hidden = true,
  patterns = {
    "^\\.git$",
    "Makefile",
    "Justfile",
    "package.json",
    "go.mod",
    "go.work",
    "pyproject.toml",
    "Cargo.toml",
    "deps.edn",
  },
}