first commit
This commit is contained in:
commit
15e643aa8e
41 changed files with 1623 additions and 0 deletions
16
lua/plugins/barbecue-nvim.lua
Normal file
16
lua/plugins/barbecue-nvim.lua
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
-- Display LSP-based breadcrumbs
|
||||
return {
|
||||
-- https://github.com/utilyre/barbecue.nvim
|
||||
"utilyre/barbecue.nvim",
|
||||
name = "barbecue",
|
||||
version = "*",
|
||||
dependencies = {
|
||||
-- https://github.com/SmiteshP/nvim-navic
|
||||
"SmiteshP/nvim-navic",
|
||||
-- https://github.com/nvim-tree/nvim-web-devicons
|
||||
"nvim-tree/nvim-web-devicons", -- optional dependency
|
||||
},
|
||||
opts = {
|
||||
-- configurations go here
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue