need I say what type of commit this is?

*kitchen sink*
This commit is contained in:
2025-05-18 13:03:31 -05:00
parent 77130d61af
commit 450750835a
9 changed files with 752 additions and 48 deletions

View File

@ -186,6 +186,6 @@ do -- statusline
" "..percentage() -- percentage through the buffer
}
end
vim.opt.statusline="%!v:lua.Status()"
vim.opt.statusline = "%!v:lua.Status()"
vim.opt.laststatus = 3
end