diff --git a/doc/grapple.txt b/doc/grapple.txt index b5496eb..b13c486 100644 --- a/doc/grapple.txt +++ b/doc/grapple.txt @@ -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* @@ -52,7 +52,7 @@ FEATURES *grapple-grapple.nvim-features* REQUIREMENTS *grapple-grapple.nvim-requirements* -- Neovim >= 0.9 +- Neovim >= 0.10 - nvim-web-devicons (optional) @@ -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", }, }) <