Update .config/nvim/lua/plugins/project.lua
This commit is contained in:
parent
4395ee4657
commit
78e0a465ca
1 changed files with 2 additions and 12 deletions
|
@ -1,16 +1,6 @@
|
||||||
return {
|
return {
|
||||||
"ahmedkhalf/project.nvim",
|
"ahmedkhalf/project.nvim",
|
||||||
config = function()
|
config = function()
|
||||||
require('project_nvim').setup({
|
require 'project_nvim'.setup {}
|
||||||
manual_mode = false,
|
end
|
||||||
detection_methods = { "lsp", "pattern" },
|
|
||||||
patterns = { ".git", "_darcs", ".hg", ".bzr", ".svn", "Makefile", "package.json" },
|
|
||||||
ignore_lsp = {},
|
|
||||||
exclude_dirs = {},
|
|
||||||
show_hidden = false,
|
|
||||||
silent_chdir = true,
|
|
||||||
scope_chdir = 'global',
|
|
||||||
datapath = vim.fn.stdpath("data"),
|
|
||||||
})
|
|
||||||
end,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue