maksimr / vim-jsbeautify

vim plugin which formated javascript files by js-beautify
757 stars 68 forks source link

Doesn't work with vim-Plugged #122

Closed nerdpad closed 7 years ago

nerdpad commented 8 years ago

Hi,

I am trying to install this with vim Plugged, and it isn't working.

:PlugStatus shows the plugin is loaded, but :JsBeautify is not a valid command. I guess this is because the internal folder structure of this plugin.

Any clue how to get this working in NeoVim + vim-plugged?

Thanks, Zuhaib

maksimr commented 8 years ago

Thanks for response, I don't use plugged so I can't help you if someone know how fix this problem welcome

maksimr commented 8 years ago

@NerdPad you can look to section about installing without any plugin manager https://github.com/maksimr/vim-jsbeautify#installing-without-plugin-manager maybe it helps you