feat: session opts to save in session management
This commit is contained in:
parent
6e64e0c799
commit
d11d6df60d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user