pojokcodeid.nvim-lazy/lua/plugins/breadcrumb.lua

11 lines
205 B
Lua
Raw Permalink Normal View History

2024-05-20 08:42:59 +07:00
return {
2024-05-21 22:37:48 +07:00
"SmiteshP/nvim-navic",
lazy = true,
dependencies = "neovim/nvim-lspconfig",
event = "InsertEnter",
config = function()
2024-06-14 08:40:35 +07:00
require("user.breadcrumb")
require("user.winbar")
2024-05-21 22:37:48 +07:00
end,
2024-05-20 08:42:59 +07:00
}