Skip to content

Commit

Permalink
chore(doc): auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 21, 2024
1 parent 540fddb commit 108c74c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/autocomplete.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*autocomplete.txt* For NVIM v0.10.0 Last change: 2024 February 20
*autocomplete.txt* For NVIM v0.10.0 Last change: 2024 February 21

==============================================================================
Table of Contents *autocomplete-table-of-contents*
Expand Down Expand Up @@ -52,7 +52,8 @@ can just call setup with no arguments for default.
-- LSP signature help
require("autocomplete.signature").setup {
border = nil, -- Signature help border style
max_width = nil, -- Max width of signature window
width = 80, -- Max width of signature window
height = 25, -- Max height of signature window
debounce_delay = 100
}

Expand Down

0 comments on commit 108c74c

Please sign in to comment.