@@ -9,16 +9,6 @@ bugs by itself.
9
9
10
10
https://github.com/deathbeam/autocomplete.nvim/assets/5115805/32e59389-baa8-417a-b5cb-26dddeb8786a
11
11
12
- ## Requirements
13
-
14
- Requires ** Neovim Nighly/development** version. This version supports stuff like popup menu
15
- for completion menu and closing windows properly from cmdline callbacks.
16
-
17
- For installation instructions/repository go [ here] ( https://github.com/neovim/neovim )
18
-
19
- If you want to use Tree-sitter autocompletion (as fallback when you dont have LSP server running) you also need to have
20
- [ nvim-treesitter plugin] ( https://github.com/nvim-treesitter/nvim-treesitter )
21
-
22
12
## Installation
23
13
24
14
Just use [ lazy.nvim] ( https://github.com/folke/lazy.nvim ) or ` :h packages ` with git submodules or something else I don't care.
@@ -27,8 +17,9 @@ Read the documentation of whatever you want to use.
27
17
## Usage
28
18
29
19
Just require either buffer or cmd module or both and call setup on them.
30
- ** NOTE** : You dont need to provide the configuration, below is just default config, you can just
31
- call setup with no arguments for default.
20
+
21
+ > [ !NOTE]
22
+ > You dont need to provide the configuration, below is just default config, you can just call setup with no arguments for default.
32
23
33
24
``` lua
34
25
-- LSP signature help
@@ -84,12 +75,3 @@ require('lspconfig')['<YOUR_LSP_SERVER>'].setup {
84
75
capabilities = capabilities
85
76
}
86
77
```
87
-
88
- ## Similar projects
89
-
90
- I used some of this projects as reference and they are also good alternatives:
91
-
92
- - https://github.com/nvimdev/epo.nvim
93
- - https://github.com/hrsh7th/nvim-cmp
94
- - https://github.com/smolck/command-completion.nvim
95
- - https://github.com/gelguy/wilder.nvim
0 commit comments