This commit is contained in:
siduck 2022-04-30 15:48:45 +05:30 committed by GitHub
parent d16546acac
commit c8df626776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ for _, plugin in pairs(default_plugins) do
end
vim.schedule(function()
vim.opt.shadafile = "NONE"
vim.opt.shadafile = vim.fn.expand "$HOME" .. "/.local/share/nvim/shada/main.shada"
vim.cmd [[ silent! rsh ]]
end)