mirror of
https://github.com/craftzdog/solarized-osaka.nvim.git
synced 2026-09-10 07:16:21 -04:00
docs: added install instruction for lazy
This commit is contained in:
parent
029dca9a40
commit
caeccd01e6
15
README.md
15
README.md
|
|
@ -58,16 +58,15 @@ extra themes for Kitty, Alacritty, iTerm and Fish.
|
|||
|
||||
Install the theme with your preferred package manager:
|
||||
|
||||
[vim-plug](https://github.com/junegunn/vim-plug)
|
||||
|
||||
```vim
|
||||
Plug 'folke/tokyonight.nvim', { 'branch': 'main' }
|
||||
```
|
||||
|
||||
[packer](https://github.com/wbthomason/packer.nvim)
|
||||
[folke/lazy.nvim](https://github.com/folke/lazy.nvim)
|
||||
|
||||
```lua
|
||||
use 'folke/tokyonight.nvim'
|
||||
{
|
||||
"tokyonight.nvim",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
opts = {},
|
||||
}
|
||||
```
|
||||
|
||||
## 🚀 Usage
|
||||
|
|
|
|||
Loading…
Reference in a new issue