From c43f28aaa0f24bb442810ccebca03e2376998048 Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: Change font --- .config/nvim/lua/plugin/setup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/nvim/lua/plugin/setup.lua') diff --git a/.config/nvim/lua/plugin/setup.lua b/.config/nvim/lua/plugin/setup.lua index 69a80da..2eaeee8 100644 --- a/.config/nvim/lua/plugin/setup.lua +++ b/.config/nvim/lua/plugin/setup.lua @@ -57,8 +57,8 @@ local theme = { require("lualine").setup { options = { theme = theme, - component_separators = { left = "", right = "" }, - section_separators = { left = "", right = "" }, + component_separators = { left = "", right = "" }, + section_separators = { left = "", right = "" }, }, } -- cgit v1.3-2-g0d8e