diff --git a/doc/tokyonight.txt b/doc/tokyonight.txt index 5e4de80..f1a6da4 100644 --- a/doc/tokyonight.txt +++ b/doc/tokyonight.txt @@ -1,4 +1,4 @@ -*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 December 26 +*tokyonight.txt* For NVIM v0.5.0 Last change: 2022 December 29 ============================================================================== Table of Contents *tokyonight-table-of-contents* @@ -81,6 +81,7 @@ PLUGIN SUPPORT ~ - Indent Blankline - Dashboard - BufferLine +- Barbecue - Lualine - Lightline - Neogit @@ -137,6 +138,17 @@ Enable the colorscheme: < +To enable the `tokyonight` theme for `Barbecue`: + +> + require('barbecue').setup { + -- ... your barbecue config + theme = 'tokyonight', + -- ... your barbecue config + } +< + + To enable the `TokyoNight` theme for `Lualine`, simply specify it in your lualine settings: