remove project nvim
This commit is contained in:
parent
3e5a90b62f
commit
50c97081ea
1 changed files with 0 additions and 20 deletions
|
|
@ -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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue