Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
List lspconfig as a dep
  • Loading branch information
someone-stole-my-name committed May 18, 2022
1 parent bb868dd commit 1d5abf0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 1d5abf0

Please sign in to comment.