From bcc327cb348092c6ab6df961c6c3d05f0b68fa27 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Mon, 20 Oct 2025 02:45:26 +0200 Subject: [PATCH] style: update formatting --- lua/core/options.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/core/options.lua b/lua/core/options.lua index 289b632..e42f1af 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -182,7 +182,7 @@ function _G._quickfix_text_func(info) return lines end -vim.cmd [[ +vim.cmd([[ syntax on filetype plugin indent on @@ -191,4 +191,4 @@ vim.cmd [[ endfunction set quickfixtextfunc=QuickfixTextFunc -]] +]])