๐Ÿ’ YAML toolkit for Neovim users

Adds lazy.nvim install instructions

authored by

Eduardo Cuducos and committed by
GitHub
400b2edb 043296e2

+13
+13
README.md
··· 33 33 34 34 ## Install 35 35 36 + ### With [`lazy.nvim`](https://github.com/folke/lazy.nvim) 37 + 38 + ```lua 39 + { 40 + "cuducos/yaml.nvim", 41 + ft = { "yaml" }, -- optional 42 + dependencies = { 43 + "nvim-treesitter/nvim-treesitter", 44 + "nvim-telescope/telescope.nvim", -- optional 45 + }, 46 + } 47 + ``` 48 + 36 49 ### With [`packer.nvim`](https://github.com/wbthomason/packer.nvim): 37 50 38 51 ```lua