From 7a0e87bdfb43c93ea44010f3917bb9a747eb46cf Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Sat, 18 Apr 2026 04:56:58 -0500 Subject: updates --- lua/config/packages/lualine.lua | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'lua/config/packages/lualine.lua') diff --git a/lua/config/packages/lualine.lua b/lua/config/packages/lualine.lua index 3fa7281..02909cc 100644 --- a/lua/config/packages/lualine.lua +++ b/lua/config/packages/lualine.lua @@ -1,12 +1,10 @@ -vim.pack.add({{ src = gh("nvim-lualine/lualine.nvim") }}) +vim.pack.add({ gh("nvim-lualine/lualine.nvim") }) require("lualine").setup({ - options = { - theme = color, - icons_enabled = true, - component_separators = { left = '', right = '' }, - section_separators = { left = '', right = '' }, - }, + options = { + theme = color, + icons_enabled = true, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, + }, }) - - -- cgit v1.2.3