keep dropbar pinned due to some issues it was causing, add more data about vim-alloy

This commit is contained in:
Jesse Hitch 2025-08-27 10:48:59 +02:00
parent a6de7b2c39
commit 84f04a89fb
No known key found for this signature in database

View file

@ -181,6 +181,7 @@ local plugins = {
-- code refence at top of window
{
'Bekaboo/dropbar.nvim',
version = "v14.1.0",
-- optional, but required for fuzzy finder support
dependencies = {
'nvim-telescope/telescope-fzf-native.nvim',
@ -455,11 +456,11 @@ local plugins = {
ft = { "markdown" },
},
-- highlighting for grafana alloy files
-- fork of: https://github.com/grafana/vim-alloy
-- was "grafana/vim-alloy" https://github.com/grafana/vim-alloy
-- now we use the below fork
{
"jessebot/vim-alloy"
}
}
require("lazy").setup(plugins)