Closed Yakui420 closed 6 months ago
These are called breadcrumbs, I think.
You can try and check how other projects implemented it. I bet they use some plugin, in the past I used LSPSaga but ended up removing.
Links: https://nvimdev.github.io/lspsaga/breadcrumbs/ https://github.com/UnderGrounder96/nvim-configs/commit/c48b8a4fa68bb5018e4fa3d53bea3f3759e5137d
{
"SmiteshP/nvim-navic",
event = "LspAttach",
config = function()
dofile(vim.g.base46_cache .. "navic")
require("nvim-navic").setup {
highlight = true,
lsp = { auto_attach = true },
}
vim.o.winbar = "%{%v:lua.require'nvim-navic'.get_location()%}"
end,
},
make sure you include "navic" in the integrations table of base46
Is it possible to add these icons to nvchad too? Is there an option for that?