From fc67eecc8a40bf28d3d2b190702e58c580bfba9f Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Thu, 19 Jan 2023 18:33:43 +0100 Subject: vim: format config with stylua MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .vim/after/ftplugin/tex.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.vim/after/ftplugin/tex.lua') diff --git a/.vim/after/ftplugin/tex.lua b/.vim/after/ftplugin/tex.lua index 031c63b..740ad48 100644 --- a/.vim/after/ftplugin/tex.lua +++ b/.vim/after/ftplugin/tex.lua @@ -1,3 +1,2 @@ - -vim.opt_local.makeprg = "latexmk -1 -n %" +vim.opt_local.makeprg = 'latexmk -1 -n %' vim.opt_local.textwidth = 80 -- cgit 1.4.1