Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
- Bump Neovim version (following nvim-treesitter's latest changes)
- Remove Packer, since it's currently unmaintained
  • Loading branch information
savq committed Jan 27, 2024
1 parent cc97798 commit 3a6cca8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


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

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

[Packer](https://github.com/wbthomason/packer.nvim):
```lua
use "savq/melange-nvim"
```

[Lazy](https://github.com/folke/lazy.nvim):
```
{ "savq/melange-nvim" }
Expand Down

0 comments on commit 3a6cca8

Please # to comment.