feat: add dropbar plugin
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 24s
Details
This commit is contained in:
parent
5ea47d03d3
commit
0ee6fb54cd
|
@ -0,0 +1,34 @@
|
||||||
|
--
|
||||||
|
-- IDE-like breadcrumbs
|
||||||
|
--
|
||||||
|
-- Source: https://github.com/Bekaboo/dropbar.nvim
|
||||||
|
-- ..............................................
|
||||||
|
--
|
||||||
|
-- Author: Sven Vogel
|
||||||
|
-- Created: 10.11.2024
|
||||||
|
-- Edited: 10.11.2024
|
||||||
|
--
|
||||||
|
-- ==============================================
|
||||||
|
|
||||||
|
local ui = require 'config.ui'
|
||||||
|
|
||||||
|
return {
|
||||||
|
{
|
||||||
|
'Bekaboo/dropbar.nvim',
|
||||||
|
dependencies = {
|
||||||
|
"nvim-tree/nvim-web-devicons",
|
||||||
|
"onsails/lspkind.nvim"
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
menu = {
|
||||||
|
preview = false,
|
||||||
|
scrollbar = {
|
||||||
|
enable = false
|
||||||
|
},
|
||||||
|
win_configs = {
|
||||||
|
border = ui.border
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue