timothycrosley / deprecated.frosted

A simple program which checks Python source files for errors.
MIT License
250 stars 23 forks source link

vim support #26

Closed jabbalaci closed 10 years ago

jabbalaci commented 10 years ago

How could I integrate it in vim? Could you write about it too? It would be nice if the solution were vundle-ready.

Thanks,

Laszlo

timothycrosley commented 10 years ago

Hi Laszlo,

Thanks for noting this! Integration with text-editors and other tools is certainly a priority for the project. There is not currently a vim plugin - and since I do not actively use vim I can't comment on how it might be used without a plugin from within the editor. I'll be reaching out to my more vim proficient friends to try to rectify this, and update this bug when the situation changes.

Thanks!

Timothy

lcd047 commented 10 years ago

@jabbalaci Please take a look at syntastic. It's a general feramework for interfacing Vim with various syntax checkers. Right now it supports 137 checkers, for 79 filetypes. I just added support for frosted.

timothycrosley commented 10 years ago

@lcd047 that's pretty cool! Will add a note about syntastic integration in the readme

timothycrosley commented 10 years ago

Closing this issue as vim support has been added via syntastic, and is now linked to in README

Thanks!

Timothy