feat: session opts to save in session management

This commit is contained in:
Jeremy Wall 2023-09-21 09:35:52 -04:00
parent 6e64e0c799
commit d11d6df60d

View File

@ -269,7 +269,7 @@ let g:coq_settings = { 'auto_start': 'shut-up', 'display.icons.mode': "none" }
vim.opt.completeopt = {'menuone', 'noselect', 'noinsert'}
vim.opt.shortmess = vim.opt.shortmess + { c = true}
vim.api.nvim_set_option('updatetime', 300)
vim.opt.sessionoptions = {'buffers', 'curdir', 'localoptions', 'options', 'terminal' }
-- Fixed column for diagnostics to appear
-- Show autodiagnostic popup on cursor hover_range
-- Goto previous / next diagnostic warning / error