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*