mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 16:39:04 +02:00
11 lines
195 B
Lua
11 lines
195 B
Lua
|
return {
|
||
|
"SmiteshP/nvim-navic",
|
||
|
lazy = true,
|
||
|
dependencies = "neovim/nvim-lspconfig",
|
||
|
event = "InsertEnter",
|
||
|
config = function()
|
||
|
require("user.breadcrumb")
|
||
|
require("user.winbar")
|
||
|
end,
|
||
|
}
|