12 lines
252 B
Lua
12 lines
252 B
Lua
return {
|
|
"ahmedkhalf/project.nvim",
|
|
name = "project_nvim",
|
|
event = { "BufReadPre", "BufNewFile" },
|
|
config = true,
|
|
opts = {
|
|
ignore_lsp = { "efm", "null-ls" },
|
|
show_hidden = true,
|
|
silent_chdir = true,
|
|
},
|
|
}
|