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 Feb 26, 2024
1 parent 2bb30f8 commit 17a16c5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/trim.nvim.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*trim.nvim.txt* For Neovim >= 0.7.0 Last change: 2023 October 12
*trim.nvim.txt* For Neovim >= 0.7.0 Last change: 2024 February 26

==============================================================================
Table of Contents *trim.nvim-table-of-contents*
Expand Down Expand Up @@ -58,6 +58,8 @@ HOW TO SETUP *trim.nvim-trim.nvim-how-to-setup*
trim_trailing = true,
trim_last_line = true,
trim_first_line = true,
highlight = false,
highlight_bg = 'red',
}
<

Expand All @@ -74,6 +76,9 @@ HOW TO SETUP *trim.nvim-trim.nvim-how-to-setup*

-- if you want to disable trim on write by default
trim_on_write = false,

-- highlight trailing spaces
highlight = true
})
<

Expand Down

0 comments on commit 17a16c5

Please sign in to comment.