Skip to content

Commit

Permalink
chore(docs): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cbochs authored and github-actions[bot] committed Sep 29, 2024
1 parent 5caf3c8 commit b41ddfc
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/grapple.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*grapple.txt* For NVIM v0.9.0 Last change: 2024 May 18
*grapple.txt* For NVIM v0.9.0 Last change: 2024 September 29

==============================================================================
Table of Contents *grapple-table-of-contents*
Expand Down Expand Up @@ -52,7 +52,7 @@ FEATURES *grapple-grapple.nvim-features*

REQUIREMENTS *grapple-grapple.nvim-requirements*

- Neovim >= 0.9 <https://github.com/neovim/neovim/releases/tag/v0.9.0>
- Neovim >= 0.10 <https://github.com/neovim/neovim/releases/tag/v0.10.0>
- nvim-web-devicons <https://github.com/nvim-tree/nvim-web-devicons> (optional)


Expand Down Expand Up @@ -286,13 +286,13 @@ Default Settings ~
border = "single",
focusable = false,
style = "minimal",
title_pos = "center",

-- Custom: fallback title for Grapple windows
title = "Grapple",
title = "Grapple", -- fallback title for Grapple windows
title_pos = "center",
title_padding = " ", -- custom: adds padding around window title

-- Custom: adds padding around window title
title_padding = " ",
-- footer = "", -- disable footer
footer_pos = "center",
},
})
<
Expand Down

0 comments on commit b41ddfc

Please sign in to comment.