chore(docs): auto generate vimdoc

This commit is contained in:
folke
2022-12-29 21:42:55 +00:00
committed by github-actions[bot]
parent 96fa7191e3
commit 95c88be515

View File

@@ -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 <https://github.com/lukas-reineke/indent-blankline.nvim>
- Dashboard <https://github.com/glepnir/dashboard-nvim>
- BufferLine <https://github.com/akinsho/nvim-bufferline.lua>
- Barbecue <https://github.com/utilyre/barbecue.nvim>
- Lualine <https://github.com/hoob3rt/lualine.nvim>
- Lightline <https://github.com/itchyny/lightline.vim>
- Neogit <https://github.com/TimUntersberger/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: