mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
keep dropbar pinned due to some issues it was causing, add more data about vim-alloy
This commit is contained in:
parent
a6de7b2c39
commit
84f04a89fb
1 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue