return { { "arouene/vim-ansible-vault", ft = { "ansible", "yaml.ansible", "yaml" }, }, { "neovim/nvim-lspconfig", opts = function(_, opts) if type(opts) == "table" then opts.servers = opts.servers or {} opts.servers.ansiblels = {} end end, }, }