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

Commit 32c113d

Browse files
chore(doc): auto generate docs
1 parent 7673b5a commit 32c113d

File tree

1 file changed

+3
-28
lines changed

1 file changed

+3
-28
lines changed

doc/autocomplete.txt

+3-28
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@
44
Table of Contents *autocomplete-table-of-contents*
55

66
1. autocomplete.nvim |autocomplete-autocomplete.nvim|
7-
- Requirements |autocomplete-autocomplete.nvim-requirements|
87
- Installation |autocomplete-autocomplete.nvim-installation|
98
- Usage |autocomplete-autocomplete.nvim-usage|
10-
- Similar projects |autocomplete-autocomplete.nvim-similar-projects|
119

1210
==============================================================================
1311
1. autocomplete.nvim *autocomplete-autocomplete.nvim*
@@ -26,20 +24,6 @@ requires Neovim 0.10+ (e.g nightly), that one can also have bugs by itself.
2624
https://github.com/deathbeam/autocomplete.nvim/assets/5115805/32e59389-baa8-417a-b5cb-26dddeb8786a
2725

2826

29-
REQUIREMENTS *autocomplete-autocomplete.nvim-requirements*
30-
31-
Requires **Neovim Nighly/development** version. This version supports stuff
32-
like popup menu for completion menu and closing windows properly from cmdline
33-
callbacks.
34-
35-
For installation instructions/repository go here
36-
<https://github.com/neovim/neovim>
37-
38-
If you want to use Tree-sitter autocompletion (as fallback when you dont have
39-
LSP server running) you also need to have nvim-treesitter plugin
40-
<https://github.com/nvim-treesitter/nvim-treesitter>
41-
42-
4327
INSTALLATION *autocomplete-autocomplete.nvim-installation*
4428

4529
Just use lazy.nvim <https://github.com/folke/lazy.nvim> or |packages| with git
@@ -50,9 +34,10 @@ you want to use.
5034
USAGE *autocomplete-autocomplete.nvim-usage*
5135

5236
Just require either buffer or cmd module or both and call setup on them.
53-
**NOTE**: You dont need to provide the configuration, below is just default
54-
config, you can just call setup with no arguments for default.
5537

38+
39+
[!NOTE] You dont need to provide the configuration, below is just default
40+
config, you can just call setup with no arguments for default.
5641
>lua
5742
-- LSP signature help
5843
require("autocomplete.signature").setup {
@@ -109,16 +94,6 @@ documentation when resolving completion items:
10994
}
11095
<
11196

112-
113-
SIMILAR PROJECTS *autocomplete-autocomplete.nvim-similar-projects*
114-
115-
I used some of this projects as reference and they are also good alternatives:
116-
117-
- https://github.com/nvimdev/epo.nvim
118-
- https://github.com/hrsh7th/nvim-cmp
119-
- https://github.com/smolck/command-completion.nvim
120-
- https://github.com/gelguy/wilder.nvim
121-
12297
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc>
12398

12499
vim:tw=78:ts=8:noet:ft=help:norl:

0 commit comments

Comments
 (0)