all repos

init.lua @ 69e0a9fe71e00c9c6e08a090187f63639d0894d3

my nvim config

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

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