wsdjeg / SpaceVim-comments

1 stars 0 forks source link

Use Vim as a JavaScript IDE | SpaceVim #30

Open wsdjeg opened 5 years ago

wsdjeg commented 5 years ago

https://spacevim.org/use-vim-as-a-javascript-ide/

barraponto commented 5 years ago

Any way to use prettier instead of js-beautify?

soundarmoorthy commented 5 years ago

A very nice article. Thanks a ton.

barraponto commented 5 years ago

Answering myself: here's how to use eslint and prettier https://github.com/barraponto/dotfiles/blob/d133a5190a7282b33f66a74570e282ac2db37622/home/.SpaceVim.d/autoload/bootstrap.vim

msenkiv commented 5 years ago

nice!

RizaHKhan commented 4 years ago

Where does the above code go to enable Prettier instead of Buetify?

Thanks,

Sorry am super noob

barraponto commented 4 years ago

I put it in .SpaceVim.d/autoload/bootstrap.vim.

oliverfoggin commented 4 years ago

Do you have any docs for the syntax in the .project_alt.json file?

Trying to work out how I can link my test and prod files. Thanks