Fix project scope setting
This commit is contained in:
parent
d6671a1bca
commit
8b7b2861f7
|
@ -32,7 +32,7 @@ require("project_nvim").setup {
|
||||||
-- * global (default)
|
-- * global (default)
|
||||||
-- * tab
|
-- * tab
|
||||||
-- * win
|
-- * win
|
||||||
scope_chdir = 'all',
|
scope_chdir = 'global',
|
||||||
|
|
||||||
-- Path where project.nvim will store the project history for use in
|
-- Path where project.nvim will store the project history for use in
|
||||||
-- telescope
|
-- telescope
|
||||||
|
|
Loading…
Reference in a new issue