From 4cc19936b1b57ba08eb461c5f450b3976cbb8e0c Mon Sep 17 00:00:00 2001 From: gbprod Date: Thu, 10 Oct 2024 05:38:22 +0000 Subject: [PATCH] chore: auto generate docs --- doc/nord-nvim.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/nord-nvim.txt b/doc/nord-nvim.txt index 3fcf187..f4f07a1 100644 --- a/doc/nord-nvim.txt +++ b/doc/nord-nvim.txt @@ -61,6 +61,7 @@ PLUGIN SUPPORT ~ - Flash.nvim - Glance - Markview +- Toggleterm Your preferred plugin is missing ? Open an issue or, even better, open a pull request 😉. @@ -215,6 +216,19 @@ To use this theme for `bufferline`, add this to your config: }) < +akinsho/toggleterm.nvim ~ + +Nord provide default options for `toggleterm.nvim` to have a better +integration: + +>lua + require("toggleterm").setup( + require("nord.plugins.toggleterm").make_opts({ + -- your custom options + }) + ) +< + 🎉 CREDITS *nord-nvim-🖌️-nord.nvim-🎉-credits*