From 063c2d97218cdabe0634054a8038cd6b5c9a9a12 Mon Sep 17 00:00:00 2001 From: Nanderty Date: Sat, 25 Mar 2023 18:16:24 +0100 Subject: cleanup, snippets --- lua/plugins/tex.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/plugins/tex.lua') diff --git a/lua/plugins/tex.lua b/lua/plugins/tex.lua index 383e166..f8d4849 100644 --- a/lua/plugins/tex.lua +++ b/lua/plugins/tex.lua @@ -4,7 +4,7 @@ return { lazy = false, config = function() vim.g.vimtex_quickfix_open_on_warning = 0 - vim.keymap.set('n', 'll', 'VimtexCompileSS') + vim.keymap.set('n', 'll', 'VimtexCompile') end, }, } -- cgit v1.2.3