feat(nvim): ignore key mapping error

This commit is contained in:
Oliver Davies 2023-05-09 19:08:53 +01:00
parent 85913acb63
commit bc149e3deb

View file

@ -60,6 +60,14 @@ lspconfig.tailwindcss.setup({
},
})
lspconfig.yamlls.setup({
settings = {
yaml = {
keyOrdering = false,
}
}
})
vim.diagnostic.config({
virtual_text = true,
})