Skip to content

Commit

Permalink
chore(build): auto-generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 5, 2024
1 parent 45df24a commit f17e537
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion doc/pastelnight.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*pastelnight.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 February 04
*pastelnight.nvim.txt* For Neovim >= 0.8.0 Last change: 2024 February 05

==============================================================================
Table of Contents *pastelnight.nvim-table-of-contents*
Expand Down Expand Up @@ -105,6 +105,36 @@ LUA
<


OTHER SUPPORTED PLUGINS


BARBECUE

>lua
require('barbecue').setup {
theme = 'pastelnight',
}
<


LUALINE

>lua
require('lualine').setup {
options = {
theme = 'pastelnight'
}
}
<


LIGHTLINE

>vim
let g:lightline = {'colorscheme': 'pastelnight'}
<


CONFIGURATION *pastelnight.nvim-configuration*


Expand Down

0 comments on commit f17e537

Please sign in to comment.