From d5010e7b9625e63e8ec2c02b1c1844d1457b8b05 Mon Sep 17 00:00:00 2001 From: not Date: Sat, 28 Aug 2021 17:08:19 -0500 Subject: [PATCH] docs: remove `as` from packer use --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 9b91afa..eb98657 100644 --- a/readme.md +++ b/readme.md @@ -17,7 +17,7 @@ Install via your preferred package manager ```lua -- Packer -use({ 'rose-pine/neovim', as = 'rose-pine' }) +use('rose-pine/neovim') ``` ## Usage @@ -28,7 +28,7 @@ Enable `rose-pine` colorscheme vim.cmd('colorscheme rose-pine') ``` -Enable [lualine](https://github.com/hoob3rt/lualine.nvim) plugin +Optionally, enable [lualine](https://github.com/hoob3rt/lualine.nvim) theme ```lua require('lualine').setup({