Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2023
1 parent 95af588 commit a4843e6
Showing 1 changed file with 5 additions and 25 deletions.
30 changes: 5 additions & 25 deletions doc/twilight.nvim.txt
@@ -1,4 +1,4 @@
*twilight.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 March 19
*twilight.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 May 22

==============================================================================
Table of Contents *twilight.nvim-table-of-contents*
Expand All @@ -25,7 +25,6 @@ Pairs well with zen-mode <https://github.com/folke/zen-mode.nvim>.

REQUIREMENTS *twilight.nvim-twilight-requirements*


- Neovim >= 0.5.0


Expand All @@ -34,36 +33,18 @@ INSTALLATION *twilight.nvim-twilight-installation*
Install the plugin with your preferred package manager:


PACKER ~
FOLKE ~

>lua
-- Lua
use {
{
"folke/twilight.nvim",
config = function()
require("twilight").setup {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
end
}
<


VIM-PLUG ~

>vim
" Vim Script
Plug 'folke/twilight.nvim'

lua << EOF
require("twilight").setup {
opts = {
-- your configuration comes here
-- or leave it empty to use the default settings
-- refer to the configuration section below
}
EOF
}
<


Expand Down Expand Up @@ -99,7 +80,6 @@ USAGE *twilight.nvim-twilight-usage*

You can manually trigger **Twilight** using the commands:


- `Twilight`toggle twilight
- `TwilightEnable`enable twilight
- `TwilightDisable`disable twilight
Expand Down

0 comments on commit a4843e6

Please sign in to comment.