mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-09 04:14:51 +02:00
add: reconfig
This commit is contained in:
parent
3af64d720d
commit
1d2a590c80
66 changed files with 1547 additions and 5121 deletions
10
lua/plugins/breadcrumb.lua
Normal file
10
lua/plugins/breadcrumb.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
"SmiteshP/nvim-navic",
|
||||
lazy = true,
|
||||
dependencies = "neovim/nvim-lspconfig",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("user.breadcrumb")
|
||||
require("user.winbar")
|
||||
end,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue