From e9bf877ded422ce4323980c8347ca8578fe3b408 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Tue, 19 Oct 2021 20:14:20 +0200 Subject: [PATCH] Update readme.md (#31) this will make sure the name of the containing plugin folder will be rose-pine instead of neovim. it's also in packers docs for dracula: https://github.com/wbthomason/packer.nvim#quickstart --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 67c9926..23b3bb9 100644 --- a/readme.md +++ b/readme.md @@ -16,6 +16,7 @@ ```lua use({ 'rose-pine/neovim', + as = 'rose-pine', config = function() -- Options (see available options below) vim.g.rose_pine_variant = 'base'