remove project nvim

This commit is contained in:
Martin Larsson 2024-09-14 20:34:43 +02:00
parent 3e5a90b62f
commit 50c97081ea

View file

@ -1,20 +0,0 @@
return {
"LennyPhoenix/project.nvim",
branch = "fix-get_clients",
-- This plugin does not have a lua module and we have to use config
config = function()
require("project_nvim").setup({
patterns = {
".git",
".hg",
".svn",
"Makefile",
"package.json",
"Cargo.toml",
"go.mod",
".clang-tidy",
".clang-format"
},
})
end,
}