fix prettier issue with tailwindcss

This commit is contained in:
christianchiarulli 2021-07-11 11:34:00 -04:00
parent 427482bea5
commit e827008120

View file

@ -277,6 +277,7 @@ O = {
formatter = {
exe = "prettier",
args = { "--stdin-filepath", vim.api.nvim_buf_get_name(0), "--single-quote" },
stdin = false,
},
},
vim = {},