You've already forked dotfiles
8 lines
175 B
Lua
8 lines
175 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')
|