vim.pack.add({ 'https://github.com/mosheavni/yaml-companion.nvim' }) local cfg = require('yaml-companion').setup { builtin_matchers = { kubernetes = { enabled = true }, cloud_init = { enabled = true } } } vim.lsp.config('yamlls', cfg) vim.lsp.enable('yamlls')