From 1d5abf04b136dd5de72e25a3dc74b469b2dbae1e Mon Sep 17 00:00:00 2001 From: Christian Segundo <36006540+someone-stole-my-name@users.noreply.github.com> Date: Wed, 18 May 2022 10:09:04 +0200 Subject: [PATCH] Update README.md List lspconfig as a dep --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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")