From 9ce536875e4dbbebb6d894e11a3877d4fb4f51ca Mon Sep 17 00:00:00 2001 From: brustybee Date: Sun, 5 Apr 2026 20:00:45 +0530 Subject: remove unused plugin config and replace mini-statusline with lualine --- lua/plugins/ui.lua | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'lua/plugins/ui.lua') diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 33d869c..493c426 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -1,18 +1,15 @@ return { - -- { - -- "mini.indentscope", - -- for_cats = "ui", - -- event = { "BufReadPre", "BufNewFile" }, - -- after = function() - -- require("mini.indentscope").setup({ symbol = "│" }) - -- end, - -- }, { - "mini.statusline", + "lualine.nvim", for_cats = "ui", event = { "DeferredUIEnter" }, after = function() - require("mini.statusline").setup() + require("lualine").setup({ + options = { + component_separators = { left = "|", right = "|" }, + section_separators = {}, + }, + }) end, }, { -- cgit v1.3.1