🐛 fix(nvim): import yaml extra on ansible extra
This commit is contained in:
parent
41e1f10995
commit
dbc0f947ce
1 changed files with 1 additions and 8 deletions
|
@ -1,12 +1,5 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = function(_, opts)
|
||||
if type(opts.ensure_installed) == "table" then
|
||||
vim.list_extend(opts.ensure_installed, { "yaml" })
|
||||
end
|
||||
end,
|
||||
},
|
||||
{ import = "lazyvim.plugins.extras.lang.yaml" },
|
||||
{
|
||||
"williamboman/mason.nvim",
|
||||
opts = function(_, opts)
|
||||
|
|
Loading…
Add table
Reference in a new issue