Formatting

This commit is contained in:
Eduardo Cueto-Mendoza 2024-03-16 11:02:50 +00:00
parent 54238cbbbf
commit f881f33c9f
1 changed files with 1 additions and 1 deletions

View File

@ -40,6 +40,7 @@ vim.opt.colorcolumn = "80"
vim.diagnostic.config({
virtual_text = false
})
-- Show line diagnostics automatically in hover window
vim.o.updatetime = 250
vim.cmd [[autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]]
@ -52,7 +53,6 @@ vim.g.vimtex_quickfix_mode = 0
-- OBSD options
--vim.g.vimtex_compiler_latexmk={ 'cmd': '' }
-- Ignore mappings
vim.g.vimtex_mappings_enabled = 1