This commit is contained in:
siduck
2022-04-30 15:48:45 +05:30
committed by GitHub
parent d16546acac
commit c8df626776

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)