style: update formatting

This commit is contained in:
2025-10-20 02:45:26 +02:00
parent 9e544d70b9
commit bcc327cb34
+2 -2
View File
@@ -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
]]
]])