We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb00367 commit 057191aCopy full SHA for 057191a
1 file changed
lua/modules/configs/tool/project.lua
@@ -28,6 +28,8 @@ return function()
28
show_hidden = false,
29
silent_chdir = true,
30
scope_chdir = "global",
31
- datapath = vim.fn.stdpath("data"),
+ history = {
32
+ save_dir = vim.fn.stdpath("data"),
33
+ },
34
})
35
end
0 commit comments