change config
This commit is contained in:
parent
666df2ef74
commit
b867472be0
@ -1,4 +1,4 @@
|
|||||||
require("project_nvim").setup{
|
require("project_nvim").setup({
|
||||||
|
|
||||||
-- Manual mode doesn't automatically change your root directory, so you have
|
-- Manual mode doesn't automatically change your root directory, so you have
|
||||||
-- the option to manually do so using `:ProjectRoot` command.
|
-- the option to manually do so using `:ProjectRoot` command.
|
||||||
@ -33,11 +33,9 @@ require("project_nvim").setup{
|
|||||||
-- * global (default)
|
-- * global (default)
|
||||||
-- * tab
|
-- * tab
|
||||||
-- * win
|
-- * win
|
||||||
scope_chdir = 'global',
|
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
|
||||||
datapath = vim.fn.stdpath("data"),
|
datapath = vim.fn.stdpath("data"),
|
||||||
|
})
|
||||||
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user