diff --git a/home/.config/nvim/lua/plugs/project.lua b/home/.config/nvim/lua/plugs/project.lua deleted file mode 100644 index f6a4cc9..0000000 --- a/home/.config/nvim/lua/plugs/project.lua +++ /dev/null @@ -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, -}