feat(heirline): configure breadcrumbs separator like others

This commit is contained in:
Micah Halter
2023-03-10 10:14:43 -05:00
parent d6c1a5e120
commit 8fedf8a1ba
2 changed files with 5 additions and 2 deletions
+3 -1
View File
@@ -210,7 +210,7 @@ local config = {
-- Configure plugins
plugins = {
-- You can disable default plugins as follows:
-- { "goolord/alpha-nvim", enabled = false },
-- { "max397574/better-escape.nvim", enabled = false },
--
-- You can also easily customize additional setup of plugins that is outside of the plugin's setup call
-- {
@@ -348,6 +348,7 @@ local config = {
heirline = {
-- -- Customize different separators between sections
-- separators = {
-- breadcrumbs = " > ",
-- tab = { "", "" },
-- },
-- -- Customize colors for each element each element has a `_fg` and a `_bg`
@@ -366,6 +367,7 @@ local config = {
-- file_icon = {
-- winbar = false, -- Filetype icon in the winbar inactive windows
-- statusline = true, -- Filetype icon in the statusline
-- tabline = true, -- Filetype icon in the tabline
-- },
-- },
},