From e3abdbb2d7de16717404e13b3d5c2375c2439630 Mon Sep 17 00:00:00 2001 From: not Date: Thu, 10 Feb 2022 10:31:12 -0600 Subject: [PATCH 1/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c9f8619..9de2413 100644 --- a/readme.md +++ b/readme.md @@ -41,6 +41,7 @@ use({ - [lspsaga.nvim](https://github.com/tami5/lspsaga.nvim) - [pounce.nvim](https://github.com/rlane/pounce.nvim) - [telescope.nvim](https://github.com/nvim-telescope/telescope.nvim) +- [nvim-notify](https://github.com/rcarriga/nvim-notify) - [lualine.nvim](https://github.com/nvim-lualine/lualine.nvim) ```lua From 71c27e532d40975b77954ab47b8f7945f059f26b Mon Sep 17 00:00:00 2001 From: not Date: Thu, 10 Feb 2022 16:04:33 -0600 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9de2413..db9452a 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ use({ 'rose-pine/neovim', as = 'rose-pine', - tag = '0.5.0', + tag = 'v0.*', config = function() vim.cmd('colorscheme rose-pine') end