chore: auto generate docs

This commit is contained in:
gbprod
2024-03-20 09:33:18 +00:00
committed by github-actions[bot]
parent ff6b1ae611
commit 3c101c941d
+19
View File
@@ -57,6 +57,7 @@ PLUGIN SUPPORT ~
- Illuminate <https://github.com/RRethy/vim-illuminate>
- Codeium <https://github.com/Exafunction/codeium.vim>
- Flash.nvim <https://github.com/folke/flash.nvim>
- Glance <https://github.com/dnlhc/glance.nvim>
Youre preferred plugin is missing ? Open an issue or, even better, open a
pull request 😉.
@@ -177,6 +178,24 @@ settings:
}
<
dnlhc/glance.nvim ~
Nord provide default options for `glance.nvim` to have a better integration:
>lua
require("lazy").setup({
{
"dnlhc/glance.nvim",
opts = require("nord.plugins.glance").make_opts({
folds = {
folded = false,
},
}),
}
}
)
<
akinsho/bufferline.nvim ~
To use this theme for `bufferline`, add this to your config: