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 {
|
||||
"ahmedkhalf/project.nvim",
|
||||
config = function()
|
||||
require('project_nvim').setup({
|
||||
manual_mode = false,
|
||||
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,
|
||||
require 'project_nvim'.setup {}
|
||||
end
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue