๐Ÿ’ YAML toolkit for Neovim users

Adds YAML support details

authored by

Eduardo Cuducos and committed by
GitHub
c6c7bac8 09608fc6

+2 -2
+2 -2
README.md
··· 22 22 ## Requirements 23 23 24 24 * **Neovim 0.9** or newer 25 - * [YAML support](https://github.com/ikatyang/tree-sitter-yaml) in [`treesitter`](https://neovim.viio/doc/user/treesitter.html) 25 + * [YAML support](https://github.com/ikatyang/tree-sitter-yaml) in [`treesitter`](https://neovim.viio/doc/user/treesitter.html) โ€” more on [No YAML parser?](#no-yaml-parser) bellow 26 26 27 27 [Snacks](https://github.com/folke/snacks.nvim), [Telescope](https://github.com/nvim-telescope/telescope.nvim) and [fzf-lua](https://github.com/ibhagwan/fzf-lua) are **optional**. 28 28 ··· 76 76 77 77 ### No YAML parser? 78 78 79 - If you get a <code>no parser for 'yaml' language</code> error message, this means that you need to install a parser such as [`tree-sitter-yaml`](https://github.com/ikatyang/tree-sitter-yaml). From [Neovim's official `treesitter` docs](https://neovim.viio/doc/user/treesitter.html): 79 + If you get a <code>no parser for 'yaml' language</code> error message, this means you need to install a parser such as [`tree-sitter-yaml`](https://github.com/ikatyang/tree-sitter-yaml). From [Neovim's official `treesitter` docs](https://neovim.viio/doc/user/treesitter.html): 80 80 81 81 > You can install more parsers manually, or with a plugin like [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) 82 82