neovim: fix lsp error display using diagflow and some deprecated api stuff

This commit is contained in:
Mark Riedesel 2025-05-09 10:11:45 -05:00
parent a441122b9a
commit 302a0a06ba
4 changed files with 26 additions and 7 deletions

View file

@ -1,7 +1,9 @@
return {
"rmagatti/auto-session",
config = function ()
vim.o.sessionoptions="blank,buffers,curdir,folds,help,tabpages,winsize,winpos,terminal,localoptions"
require('auto-session').setup({
log_level = 'warning',
auto_restore_enabled = false,
})
local keymap = vim.keymap