Disabled vimtex syntax highlighting

This commit is contained in:
Ivar Fatland
2023-05-28 15:53:28 +02:00
parent 9a8b702c92
commit 35003e0141
+2 -1
View File
@@ -27,7 +27,7 @@ local keymap = {
move_to_panel_right = '<c-l>',
}
local theme_with_real_colors = false
local theme_with_real_colors = true
vim.g.mapleader = keymap.leader_key
vim.g.maplocalleader = keymap.leader_key
@@ -88,6 +88,7 @@ local function packer_startup(use)
end
vim.g.vimtex_view_method = 'zathura'
vim.g.vimtex_syntax_enabled = false
if theme_with_real_colors then
vim.o.termguicolors = true