fix crap lua formatting

This commit is contained in:
2025-05-23 20:02:23 -05:00
parent 16c2a7fa30
commit 99e5c0b13e
9 changed files with 149 additions and 132 deletions

View File

@@ -5,6 +5,6 @@ vim.cmd("set shiftwidth=4")
vim.cmd("set smartindent")
vim.wo.number = true
vim.cmd.colorscheme "tokyonight"
vim.cmd.colorscheme("tokyonight")
vim.opt.termguicolors = true