fix: format lua and highlight latex functions

This commit is contained in:
Barrett Ruth 2026-02-17 19:24:25 -05:00
parent 130a1899c2
commit fc03b940de
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,9 @@ local loading = false
---@return nil
function M.load()
if loading then return end
if loading then
return
end
loading = true
if vim.g.colors_name then