You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hey @giovannibenussi i've been using prettier_d_slim with lunarvim. I'm pretty much new to the ecosystem but as far as i can tell it uses the null-ls plugin to make it work.
If you're in vim, i don't know if this is possible but, i hope this helps you in some way.
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
: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?The text was updated successfully, but these errors were encountered: