Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 24, 2024
1 parent 693e64b commit 5fff40c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/dotvim/pkgs/extra/languages/yaml.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ return {
end
end,
},
{
"mason.nvim",
opts = function(_, opts)
vim.list_extend(opts.extra.ensure_installed, {
"yaml-language-server",
})
end,
},
{
"b0o/schemastore.nvim",
lazy = true,
Expand Down

0 comments on commit 5fff40c

Please sign in to comment.