Skip to content

Commit

Permalink
docs: auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 18, 2024
1 parent 15cb476 commit 2b8c938
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/auto-dark-mode.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Table of Contents *auto-dark-mode-table-of-contents*
- Configuration |auto-dark-mode-auto-dark-mode.nvim-configuration|
- Thanks To |auto-dark-mode-auto-dark-mode.nvim-thanks-to|
2. Support |auto-dark-mode-support|
3. Links |auto-dark-mode-links|

==============================================================================
1. auto-dark-mode.nvim *auto-dark-mode-auto-dark-mode.nvim*
Expand Down Expand Up @@ -72,7 +73,7 @@ USING LAZY ~
>lua
return {
"f-person/auto-dark-mode.nvim",
config = {
opts = {
update_interval = 1000,
set_dark_mode = function()
vim.api.nvim_set_option("background", "dark")
Expand Down

0 comments on commit 2b8c938

Please sign in to comment.