mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
add: lualine theme
This commit is contained in:
parent
c33971749e
commit
c575f0b93f
5 changed files with 96 additions and 5 deletions
|
@ -129,6 +129,22 @@ return {
|
|||
return icons.ui.Neovim .. " " .. str
|
||||
end,
|
||||
},
|
||||
mode_roundedall = {
|
||||
"mode",
|
||||
padding = 1,
|
||||
separator = { left = " ", right = "" },
|
||||
fmt = function(str)
|
||||
return icons.ui.Neovim .. " " .. str
|
||||
end,
|
||||
},
|
||||
mode_triangle = {
|
||||
"mode",
|
||||
padding = 1,
|
||||
separator = { left = " ", right = "" },
|
||||
fmt = function(str)
|
||||
return icons.ui.Neovim .. " " .. str
|
||||
end,
|
||||
},
|
||||
|
||||
mode_square = {
|
||||
"mode",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue