diff --git a/doc/nord-nvim.txt b/doc/nord-nvim.txt index 552506e..7a8c00d 100644 --- a/doc/nord-nvim.txt +++ b/doc/nord-nvim.txt @@ -57,6 +57,7 @@ PLUGIN SUPPORT ~ - Illuminate - Codeium - Flash.nvim +- Glance 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: