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