feat: enhance statusline with icon and text concatenation

This commit is contained in:
2024-10-11 12:49:00 -04:00
parent 77b20b2831
commit a09d836f0d
5 changed files with 40 additions and 20 deletions
+7 -4
View File
@@ -27,6 +27,9 @@ return {
{ -- Navic
import = "lazyvim.plugins.extras.editor.navic",
},
{ -- Refactoring
import = "lazyvim.plugins.extras.editor.refactoring",
},
{ -- Trouble
"folke/trouble.nvim",
cmd = data.cmd.trouble,
@@ -37,7 +40,7 @@ return {
opts = data.types.flash,
keys = data.keys.flash,
},
{
{ -- NeoTree
"nvim-neo-tree/neo-tree.nvim",
opts = data.types.neotree.opts,
},
@@ -145,9 +148,9 @@ return {
end,
keys = data.keys.undotree,
},
{ -- NumberToggle
"sitiom/nvim-numbertoggle",
},
-- { -- NumberToggle
-- "sitiom/nvim-numbertoggle",
-- },
{ -- Noice
"folke/noice.nvim",
optional = true,