From 450750835a01f64377434d6be0c7869ca59b7574 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 18 May 2025 13:03:31 -0500 Subject: need I say what type of commit this is? *kitchen sink* --- lua/conf/opts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/conf/opts.lua') diff --git a/lua/conf/opts.lua b/lua/conf/opts.lua index dc2c3e7..b78bed7 100644 --- a/lua/conf/opts.lua +++ b/lua/conf/opts.lua @@ -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 -- cgit v1.2.1