neovim: fix lsp error display using diagflow and some deprecated api stuff
This commit is contained in:
parent
a441122b9a
commit
302a0a06ba
4 changed files with 26 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue