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
|
-- 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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue