ctrl k
  • heirline/icon_highlights.lua
    ■ ■ ■ ■ ■ ■
    1  -return { breadcrumbs = true }
    2  - 
  • heirline/separators.lua
    ■ ■ ■ ■ ■ ■
    1  -return {
    2  - tab = { "", "" },
    3  -}
    4  - 
  • 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
  • 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
Please wait...
Page is in error, reload to recover