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