prettier_d_slim icon indicating copy to clipboard operation
prettier_d_slim copied to clipboard

VIM Integration?

Open giovannibenussi opened this issue 2 years ago • 2 comments

I'd like to be able to integrate this with my VIM editor. I've been using prettier_d with vim-prettier by setting the path to the prettier executable to prettier_d:

let g:prettier#exec_cmd_path = "/usr/local/bin/prettier_d"

However, this doesn't work with prettier_d_slim because it doesn't accept a filename as a parameter. There's an alternative way to configure this?

giovannibenussi avatar Jan 12 '22 11:01 giovannibenussi