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 -- code refence at top of window
{ {
'Bekaboo/dropbar.nvim', 'Bekaboo/dropbar.nvim',
version = "v14.1.0",
-- optional, but required for fuzzy finder support -- optional, but required for fuzzy finder support
dependencies = { dependencies = {
'nvim-telescope/telescope-fzf-native.nvim', 'nvim-telescope/telescope-fzf-native.nvim',
@ -455,11 +456,11 @@ local plugins = {
ft = { "markdown" }, ft = { "markdown" },
}, },
-- highlighting for grafana alloy files -- 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" "jessebot/vim-alloy"
} }
} }
require("lazy").setup(plugins) require("lazy").setup(plugins)