Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f78333e

Browse files
chore(doc): auto generate docs
1 parent eb58fef commit f78333e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/autocomplete.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*autocomplete.txt* For NVIM v0.10.0 Last change: 2024 October 17
1+
*autocomplete.txt* For NVIM v0.10.0 Last change: 2024 November 22
22

33
==============================================================================
44
Table of Contents *autocomplete-table-of-contents*
@@ -64,8 +64,9 @@ config, you can just call setup with no arguments for default.
6464

6565
-- buffer autocompletion with LSP and Tree-sitter
6666
require("autocomplete.buffer").setup {
67+
border = nil, -- Documentation border style
6768
entry_mapper = nil, -- Custom completion entry mapper
68-
debounce_delay = 100
69+
debounce_delay = 100,
6970
}
7071

7172
-- cmdline autocompletion

0 commit comments

Comments
 (0)