docs: remove as from packer use

This commit is contained in:
not 2021-08-28 17:08:19 -05:00 committed by GitHub
commit d5010e7b96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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({