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 Sep 19, 2023
1 parent 6536030 commit 1b46b9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions doc/focus.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*focus.txt* For Neovim >= 0.7.0 Last change: 2023 September 16
*focus.txt* For Neovim >= 0.7.0 Last change: 2023 September 19

==============================================================================
Table of Contents *focus-table-of-contents*
Expand Down Expand Up @@ -104,6 +104,10 @@ default settings:
<


**Note** To manage window views when resizing, see |splitkeep|. For users of
Neovim <= 0.8, it is recommended to use the stabilize
<https://github.com/luukvbaal/stabilize.nvim> plugin.

SETUP OPTIONS ~

**Enable/Disable Focus**
Expand All @@ -117,7 +121,7 @@ SETUP OPTIONS ~
**Enable/Disable Focus Commands**

>lua
-- This not export :Focus commands
-- This not export :Focus* commands
-- Default: true
require("focus").setup({commands = false})
<
Expand Down

0 comments on commit 1b46b9b

Please sign in to comment.