mehalter code
Projects
Pull Requests
Issues
Builds
Packages
AstroNvim_user
Code
Files
Commits
Branches
Tags
Code Comments
Code Compare
Pull Requests
Issues
List
Boards
Iterations
Builds
Statistics
Code
Child Projects
Projects
AstroNvim_user
Commits
5887c731
ctrl
k
Sign In
simplify heirline
Browse Code
Micah Halter
committed
2 years ago
5887c731
1 parent
3f338161
heirline/icon_highlights.lua
■ ■
■ ■ ■ ■
1
-
return { breadcrumbs = true }
2
-
All occurrences
heirline/separators.lua
■ ■ ■ ■
■ ■
1
-
return {
2
-
tab = { "", "" },
3
-
}
4
-
All occurrences
plugins/editor.lua
■
■ ■ ■ ■ ■
skipped 68 lines
69
69
{
70
70
"ahmedkhalf/project.nvim",
71
71
event = "VeryLazy",
72
-
opt = {},
73
72
config = function(_, opts) require("project_nvim").setup(opts) end,
74
73
},
75
74
{
skipped 22 lines
All occurrences
plugins/heirline.lua
■
■ ■ ■ ■ ■
skipped 16 lines
17
17
update = "BufEnter",
18
18
},
19
19
status.component.breadcrumbs {
20
+
icon = { hl = true },
20
21
hl = status.hl.get_attributes("winbar", true),
21
22
prefix = true,
22
23
padding = { left = 0 },
skipped 6 lines
All occurrences
heirline
icon_highlights.lua
separators.lua
plugins
editor.lua
heirline.lua
Please wait...
Page is in error, reload to recover