docs: added install instruction for lazy

This commit is contained in:
Folke Lemaitre
2023-05-22 16:19:06 +02:00
parent 029dca9a40
commit caeccd01e6

View File

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