From 3a6cca85fbed026b207c0206be3217d549eb22b3 Mon Sep 17 00:00:00 2001 From: Sergio Alejandro Vargas Date: Sat, 27 Jan 2024 13:46:44 -0500 Subject: [PATCH] Update README - Bump Neovim version (following nvim-treesitter's latest changes) - Remove Packer, since it's currently unmaintained --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 54cb375..d30045c 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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" }