From c2a96fe631769e1de761d90ceecbe5727d7a392f Mon Sep 17 00:00:00 2001 From: brustybee Date: Fri, 10 Apr 2026 21:09:33 +0530 Subject: disable gui cursor for insertmode and use kaomoji for lualine mode --- lua/plugins/ui.lua | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'lua/plugins') diff --git a/lua/plugins/ui.lua b/lua/plugins/ui.lua index 493c426..b2094eb 100644 --- a/lua/plugins/ui.lua +++ b/lua/plugins/ui.lua @@ -9,6 +9,25 @@ return { component_separators = { left = "|", right = "|" }, section_separators = {}, }, + sections = { + lualine_a = { + { + "mode", + fmt = function(mode) + return ({ + NORMAL = "(。•ᴗ•。)", + INSERT = "(づ。◕‿‿◕。)づ", + VISUAL = "(≧◡≦)", + ["V-LINE"] = "(≧▿≦)", + ["V-BLOCK"] = "(☆ω☆)", + COMMAND = "( ̄ω ̄)", + REPLACE = "(;ω;)", + TERMINAL = "(^▽^)", + })[mode] or mode + end, + }, + }, + }, }) end, }, @@ -39,8 +58,8 @@ return { chars = { horizontal_line = "─", vertical_line = "│", - left_top = "╭", - left_bottom = "╰", + left_top = "┌", + left_bottom = "└", right_arrow = "─", }, textobject = "", -- cgit v1.3.1