1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-09-18 22:52:39 +00:00
dotfiles/.config/nvim/lua/plugins/lsp/yaml-companion.lua

3 lines
90 B
Lua
Raw Normal View History

local cfg = require("yaml-companion").setup({})
require("lspconfig")["yamlls"].setup(cfg)