Update plugin configs
This commit is contained in:
parent
9bffccefba
commit
0b9c41b792
|
@ -49,6 +49,7 @@ return {
|
||||||
init = function()
|
init = function()
|
||||||
vim.g.tex_conceal="agm"
|
vim.g.tex_conceal="agm"
|
||||||
vim.g.vimtex_quickfix_ignorefilters = { 'overfull', 'underfull' }
|
vim.g.vimtex_quickfix_ignorefilters = { 'overfull', 'underfull' }
|
||||||
|
vim.g.vimtex_syntax_enabled = 0
|
||||||
end,
|
end,
|
||||||
ft = "tex",
|
ft = "tex",
|
||||||
},
|
},
|
||||||
|
|
|
@ -12,19 +12,11 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
'lukas-reineke/indent-blankline.nvim',
|
'lukas-reineke/indent-blankline.nvim',
|
||||||
|
main = 'ibl',
|
||||||
opts = {
|
opts = {
|
||||||
char = "",
|
whitespace = { highlight = { "Whitespace", "CursorLine" }, remove_blankline_trail = false, },
|
||||||
char_highlight_list = {
|
indent = { highlight = { "Whitespace", "CursorLine" }, char = "" },
|
||||||
"Whitespace",
|
scope = { enabled = true, },
|
||||||
"CursorLine",
|
|
||||||
},
|
|
||||||
space_char_highlight_list = {
|
|
||||||
"Whitespace",
|
|
||||||
"CursorLine",
|
|
||||||
},
|
|
||||||
show_trailing_blankline_indent = false,
|
|
||||||
show_current_context = true,
|
|
||||||
show_current_context_start = true,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue