a bit sloppy but working
This commit is contained in:
13
lua/config/project.lua
Normal file
13
lua/config/project.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
require("project_nvim").setup({
|
||||
patterns = {
|
||||
".git",
|
||||
"package.json",
|
||||
".terraform",
|
||||
"go.mod",
|
||||
"requirements.yml",
|
||||
"pyrightconfig.json",
|
||||
"pyproject.toml",
|
||||
},
|
||||
-- detection_methods = { "lsp", "pattern" },
|
||||
detection_methods = { "pattern" },
|
||||
})
|
Reference in New Issue
Block a user