update: hypr&neovim improvements, yazi plugins, waybar tweaking before bigger update
This commit is contained in:
@@ -1,7 +1,25 @@
|
||||
return {
|
||||
"nvim-lualine/lualine.nvim",
|
||||
dependencies = { "nvim-tree/nvim-web-devicons" },
|
||||
dependencies = {
|
||||
"nvim-tree/nvim-web-devicons",
|
||||
"letieu/harpoon-lualine",
|
||||
},
|
||||
config = function()
|
||||
require("lualine").setup()
|
||||
require("lualine").setup({
|
||||
sections = {
|
||||
lualine_c = {
|
||||
{
|
||||
"harpoon2",
|
||||
icon = " Tabs: ",
|
||||
_separator = " ",
|
||||
|
||||
indicators = { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10" },
|
||||
active_indicators = { "!", "@", "#", "$", "%%", "^", "&", "*", "-", "+" },
|
||||
|
||||
color_active = { fg = "#6aa0d2", gui = "bold" },
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user