๐Ÿ’ YAML toolkit for Neovim users

Typo

authored by

Eduardo Cuducos and committed by
GitHub
09608fc6 0217f54c

+1 -1
+1 -1
README.md
··· 78 78 79 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): 80 80 81 - > You can install more parsers manually, or with a plugin like [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter)โ€ 81 + > You can install more parsers manually, or with a plugin like [`nvim-treesitter`](https://github.com/nvim-treesitter/nvim-treesitter) 82 82 83 83 <details> 84 84