From 35003e01419759d787cb4ea54fceefd6eadcfe30 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Sun, 28 May 2023 15:53:28 +0200 Subject: [PATCH] Disabled vimtex syntax highlighting --- init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index d7bfea1..5cccbc9 100644 --- a/init.lua +++ b/init.lua @@ -27,7 +27,7 @@ local keymap = { move_to_panel_right = '', } -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