tweag / promptworks.vim

PromptWorks vim configs as a self-bootstrapping vundle setup
2 stars 1 forks source link

Use ale instead of syntastic #49

Closed ryanhinkel closed 5 years ago

ryanhinkel commented 5 years ago

Ale lints and fixes code asychronously so the editor is not blocked while the file saves. Its great.

patricksmith commented 5 years ago

@ryanhinkel Do we want to include the default ALE configuration in this branch?

rzane commented 5 years ago

You might want to include a little bit of configuration. For example, here's what I have in my vimrc: https://github.com/rzane/dotfiles/blob/eaff1e6ea0eae71818d3209564130bf5d6710e76/vim/vimrc#L348-L373.

ryanhinkel commented 5 years ago

Good catch @rzane