4
4
Table of Contents *autocomplete-table-of-contents*
5
5
6
6
1. autocomplete.nvim | autocomplete-autocomplete.nvim |
7
- - Requirements | autocomplete-autocomplete.nvim-requirements |
8
7
- Installation | autocomplete-autocomplete.nvim-installation |
9
8
- Usage | autocomplete-autocomplete.nvim-usage |
10
- - Similar projects | autocomplete-autocomplete.nvim-similar-projects |
11
9
12
10
==============================================================================
13
11
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.
26
24
https://github.com/deathbeam/autocomplete.nvim/assets/5115805/32e59389-baa8-417a-b5cb-26dddeb8786a
27
25
28
26
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
-
43
27
INSTALLATION *autocomplete-autocomplete.nvim-installation*
44
28
45
29
Just use lazy.nvim <https://github.com/folke/lazy.nvim > or | packages | with git
@@ -50,9 +34,10 @@ you want to use.
50
34
USAGE *autocomplete-autocomplete.nvim-usage*
51
35
52
36
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.
55
37
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.
56
41
>lua
57
42
-- LSP signature help
58
43
require("autocomplete.signature").setup {
@@ -109,16 +94,6 @@ documentation when resolving completion items:
109
94
}
110
95
<
111
96
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
-
122
97
Generated by panvimdoc <https://github.com/kdheepak/panvimdoc >
123
98
124
99
vim:tw=78:ts=8:noet:ft=help:norl:
0 commit comments