all repos

init.lua @ 25c260e796cea32f2cd69e5768d8d6c5c83fc67a

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