Formatting
This commit is contained in:
parent
54238cbbbf
commit
f881f33c9f
|
@ -40,6 +40,7 @@ vim.opt.colorcolumn = "80"
|
||||||
vim.diagnostic.config({
|
vim.diagnostic.config({
|
||||||
virtual_text = false
|
virtual_text = false
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Show line diagnostics automatically in hover window
|
-- Show line diagnostics automatically in hover window
|
||||||
vim.o.updatetime = 250
|
vim.o.updatetime = 250
|
||||||
vim.cmd [[autocmd CursorHold,CursorHoldI * lua vim.diagnostic.open_float(nil, {focus=false})]]
|
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
|
-- OBSD options
|
||||||
--vim.g.vimtex_compiler_latexmk={ 'cmd': '' }
|
--vim.g.vimtex_compiler_latexmk={ 'cmd': '' }
|
||||||
|
|
||||||
|
|
||||||
-- Ignore mappings
|
-- Ignore mappings
|
||||||
vim.g.vimtex_mappings_enabled = 1
|
vim.g.vimtex_mappings_enabled = 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue