Files
dotfiles/nvim/lua/plugins/yaml-companion.lua
FaultyBranches 28649d7907 fix: Actually fixing the yaml-companion setup. Testing needs to continue
with verifying schemaStore will work from fresh install.
2026-06-04 18:29:06 -05:00

9 lines
176 B
Lua

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