Skip to content

Commit 3a6cca8

Browse files
committed
Update README
- Bump Neovim version (following nvim-treesitter's latest changes) - Remove Packer, since it's currently unmaintained
1 parent cc97798 commit 3a6cca8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
## Requirements
20-
* Neovim ≥ 0.8
20+
* Neovim ≥ 0.9.2
2121
* `termguicolors` enabled
2222
* A terminal emulator or GUI with true color and font variants support (italics, bold, etc).
2323

@@ -30,11 +30,6 @@ You can install Melange with any (Neo)Vim plugin manager.
3030
"savq/melange-nvim";
3131
```
3232

33-
[Packer](https://github.com/wbthomason/packer.nvim):
34-
```lua
35-
use "savq/melange-nvim"
36-
```
37-
3833
[Lazy](https://github.com/folke/lazy.nvim):
3934
```
4035
{ "savq/melange-nvim" }

0 commit comments

Comments
 (0)