Skip to content

Commit

Permalink
Adds lazy.nvim install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos authored Jul 12, 2023
1 parent 043296e commit 400b2ed
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@ Telescope is **optional**.

## Install

### With [`lazy.nvim`](https://github.com/folke/lazy.nvim)

```lua
{
"cuducos/yaml.nvim",
ft = { "yaml" }, -- optional
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-telescope/telescope.nvim", -- optional
},
}
```

### With [`packer.nvim`](https://github.com/wbthomason/packer.nvim):

```lua
Expand Down

0 comments on commit 400b2ed

Please sign in to comment.