fix: #11 lsp and autoload issue

main
olimorris 2022-05-04 16:33:26 +01:00
parent 32610c4de6
commit 13dacbc880
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function M.load(opt)
if not ok then if not ok then
return utils.echoerr("Error loading the session! ", result) return utils.echoerr("Error loading the session! ", result)
end end
vim.cmd("edit") vim.cmd("silent! e %")
end end
if config.options.autosave and (allow_dir() and not ignore_dir()) then if config.options.autosave and (allow_dir() and not ignore_dir()) then