mirror of
https://github.com/gbprod/nord.nvim.git
synced 2026-08-24 02:34:16 -05:00
chore: auto generate docs
This commit is contained in:
committed by
github-actions[bot]
parent
ff6b1ae611
commit
3c101c941d
@@ -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>
|
||||
|
||||
You’re 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:
|
||||
|
||||
Reference in New Issue
Block a user