fix: nvim lspconfig yaml setup command

This commit is contained in:
aduhayon 2022-08-10 09:51:20 +02:00
parent 4c61464338
commit b029f7e21f

View File

@ -1,5 +1,5 @@
-- packages
require'yamlls'.dockerls.setup {}
require'lspconfig'.yamlls.setup {}
-- variables
vim.o.shiftwidth = 2