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

Commit 7673b5a

Browse files
committed
Cleanup README
Signed-off-by: Tomas Slusny <[email protected]>
1 parent 01e4996 commit 7673b5a

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

README.md

+3-21
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,6 @@ bugs by itself.
99

1010
https://github.com/deathbeam/autocomplete.nvim/assets/5115805/32e59389-baa8-417a-b5cb-26dddeb8786a
1111

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-
2212
## Installation
2313

2414
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.
2717
## Usage
2818

2919
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.
3223
3324
```lua
3425
-- LSP signature help
@@ -84,12 +75,3 @@ require('lspconfig')['<YOUR_LSP_SERVER>'].setup {
8475
capabilities = capabilities
8576
}
8677
```
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

Comments
 (0)