chore(docs): auto generate vimdoc
This commit is contained in:
committed by
github-actions[bot]
parent
96fa7191e3
commit
95c88be515
@@ -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*
|
Table of Contents *tokyonight-table-of-contents*
|
||||||
@@ -81,6 +81,7 @@ PLUGIN SUPPORT ~
|
|||||||
- Indent Blankline <https://github.com/lukas-reineke/indent-blankline.nvim>
|
- Indent Blankline <https://github.com/lukas-reineke/indent-blankline.nvim>
|
||||||
- Dashboard <https://github.com/glepnir/dashboard-nvim>
|
- Dashboard <https://github.com/glepnir/dashboard-nvim>
|
||||||
- BufferLine <https://github.com/akinsho/nvim-bufferline.lua>
|
- BufferLine <https://github.com/akinsho/nvim-bufferline.lua>
|
||||||
|
- Barbecue <https://github.com/utilyre/barbecue.nvim>
|
||||||
- Lualine <https://github.com/hoob3rt/lualine.nvim>
|
- Lualine <https://github.com/hoob3rt/lualine.nvim>
|
||||||
- Lightline <https://github.com/itchyny/lightline.vim>
|
- Lightline <https://github.com/itchyny/lightline.vim>
|
||||||
- Neogit <https://github.com/TimUntersberger/neogit>
|
- 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
|
To enable the `TokyoNight` theme for `Lualine`, simply specify it in your
|
||||||
lualine settings:
|
lualine settings:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user