change config

This commit is contained in:
gameloader 2022-10-07 19:56:18 +08:00
parent 666df2ef74
commit b867472be0

View File

@ -1,4 +1,4 @@
require("project_nvim").setup{
require("project_nvim").setup({
-- Manual mode doesn't automatically change your root directory, so you have
-- the option to manually do so using `:ProjectRoot` command.
@ -33,11 +33,9 @@ require("project_nvim").setup{
-- * global (default)
-- * tab
-- * win
scope_chdir = 'global',
scope_chdir = "global",
-- Path where project.nvim will store the project history for use in
-- telescope
datapath = vim.fn.stdpath("data"),
}
})