diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 14ec864..32b4051 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -280,21 +280,22 @@ return { -- )) -- *ini untuk popup dialog - wilder.set_option('renderer', wilder.popupmenu_renderer( - wilder.popupmenu_palette_theme({ + wilder.set_option( + "renderer", + wilder.popupmenu_renderer(wilder.popupmenu_palette_theme({ -- 'single', 'double', 'rounded' or 'solid' -- can also be a list of 8 characters, see :h wilder#popupmenu_palette_theme() for more details - border = 'rounded', - max_height = '40%', -- max height of the palette - max_width='40%', - min_height = 0, -- set to the same as 'max_height' for a fixed height window - prompt_position = 'top', -- 'top' or 'bottom' to set the location of the prompt - reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position' + border = "rounded", + max_height = "40%", -- max height of the palette + max_width = "40%", + min_height = 0, -- set to the same as 'max_height' for a fixed height window + prompt_position = "top", -- 'top' or 'bottom' to set the location of the prompt + reverse = 0, -- set to 1 to reverse the order of the list, use in combination with 'prompt_position' left = { " ", wilder.popupmenu_devicons() }, - right = { " ", wilder.popupmenu_scrollbar() }, + right = { " ", wilder.popupmenu_scrollbar() }, pumblend = 20, - }) - )) + })) + ) end, }, { diff --git a/lua/user/lualine.lua b/lua/user/lualine.lua index af5cb0f..fbc21f2 100644 --- a/lua/user/lualine.lua +++ b/lua/user/lualine.lua @@ -184,6 +184,7 @@ lualine.setup({ "Outline", "DressingInput", "toggleterm", + "lazy", }, always_divide_middle = true, }, diff --git a/lua/user/whichkey.lua b/lua/user/whichkey.lua index 5a1bec8..c4bc595 100644 --- a/lua/user/whichkey.lua +++ b/lua/user/whichkey.lua @@ -121,14 +121,14 @@ local mappings = { end, "Coment line", }, - p = { - name = "Packer", - c = { "PackerCompile", "Compile" }, - i = { "PackerInstall", "Install" }, - s = { "PackerSync", "Sync" }, - S = { "PackerStatus", "Status" }, - u = { "PackerUpdate", "Update" }, - }, + -- p = { + -- name = "Packer", + -- c = { "PackerCompile", "Compile" }, + -- i = { "PackerInstall", "Install" }, + -- s = { "PackerSync", "Sync" }, + -- S = { "PackerStatus", "Status" }, + -- u = { "PackerUpdate", "Update" }, + -- }, g = { name = "Git",