Skip to content

Commit 057191a

Browse files
authored
chore(project): use latest setup opts (#1569)
1 parent cb00367 commit 057191a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

lua/modules/configs/tool/project.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ return function()
2828
show_hidden = false,
2929
silent_chdir = true,
3030
scope_chdir = "global",
31-
datapath = vim.fn.stdpath("data"),
31+
history = {
32+
save_dir = vim.fn.stdpath("data"),
33+
},
3234
})
3335
end

0 commit comments

Comments
 (0)