nvim/lua/plugins/project.lua

12 lines
252 B
Lua
Raw Normal View History

return {
"ahmedkhalf/project.nvim",
2023-05-16 09:22:33 +01:00
name = "project_nvim",
2023-05-16 12:38:46 +01:00
event = { "BufReadPre", "BufNewFile" },
2023-05-16 09:22:33 +01:00
config = true,
opts = {
ignore_lsp = { "efm", "null-ls" },
show_hidden = true,
silent_chdir = true,
},
}