all repos

init.lua @ 73e0d2145170b08336781d28f276dd889d63a211

my nvim config

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

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