fix: format lua and highlight latex functions
This commit is contained in:
parent
130a1899c2
commit
fc03b940de
2 changed files with 5 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue