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 Jun 3, 2024
1 parent b31ddb6 commit 00682d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/spellwarn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ Passany of the following options to `require("spellwarn").setup()`

>lua
{
event = { "TextChanged", "TextChangedI", "TextChangedP", "TextChangedT" }, -- event(s) to refresh diagnostics on
event = { -- event(s) to refresh diagnostics on
"CursorHold",
"TextChanged",
"TextChangedI",
"TextChangedP",
"TextChangedT",
},
ft_config = { -- filetypes to override ft_default for
alpha = false,
help = false,
Expand Down

0 comments on commit 00682d0

Please sign in to comment.