diff --git a/README.md b/README.md index f322f78..ed15318 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ Install the plugin and load the `telescope` extension with your preferred packag use { "someone-stole-my-name/yaml-companion.nvim", requires = { - { "nvim-lua/plenary.nvim"}, - { "nvim-telescope/telescope.nvim" }, + { "neovim/nvim-lspconfig" }, + { "nvim-lua/plenary.nvim" }, + { "nvim-telescope/telescope.nvim" }, }, config = function() require("telescope").load_extension("yaml_schema")