๐Ÿ’ YAML toolkit for Neovim users

Fixes install instructions (init method issue)

It removes the call to init form the documentation and from the
VimScript file.

Closes #9

Thanks @jemag <3

+1 -4
-3
README.md
··· 25 25 "nvim-treesitter/nvim-treesitter", 26 26 "nvim-telescope/telescope.nvim" -- optional 27 27 }, 28 - config = function () 29 - require("yaml_nvim").init() 30 - end, 31 28 } 32 29 ```
+1 -1
ftplugin/yaml/commands.vim
··· 1 - lua require("yaml_nvim").init() 1 + lua require("yaml_nvim")