Fix project scope setting

This commit is contained in:
Evie Litherland-Smith 2023-02-09 13:01:19 +00:00
parent d6671a1bca
commit 8b7b2861f7

View file

@ -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