fixed prettier for special file names
This commit is contained in:
parent
6b9d409af9
commit
95cafcddcd
|
|
@ -1,7 +1,7 @@
|
||||||
local prettierd = function()
|
local prettierd = function()
|
||||||
return {
|
return {
|
||||||
exe = "prettierd",
|
exe = "prettierd",
|
||||||
args = {vim.api.nvim_buf_get_name(0)},
|
args = {"'" .. vim.api.nvim_buf_get_name(0) .. "'"},
|
||||||
stdin = true
|
stdin = true
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue