mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
docs: remove as from packer use
This commit is contained in:
parent
3e5ff9f581
commit
d5010e7b96
1 changed files with 2 additions and 2 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue