vim-accio icon indicating copy to clipboard operation
vim-accio copied to clipboard

Dispatch meets Syntastic for Neovim

Results 6 vim-accio issues
Sort by recently updated
recently updated
newest added

I've been sitting on these changes for a couple weeks. They aim to make programmatic usage of Accio easier. My motivation is wanting to call `:Accio` in a `BufWritePost` autocommand....

This can allow users to hook into the event that a buffer has no errors, possibly to generate tags files whenever a file passes syntax/style checks for example.

enhancement

Possible behaviors when is present: - Don't modify the quickfix list - Override makeprg args and only use args supplied on the command line

enhancement

Would it be possible to somehow use this to asynchronously get information about errors in a file before saving it? Maybe running the check when leaving insert mode or some...

- The quickfix list, while more consistent and easier to access than the location list, can only hold one list at a time, meaning Accio errors will probably be overwritten...

enhancement

Potentially also add accio specific variables like b:accio_style_checker or b:accio_syntax_checker. This idea would need to be fleshed out a little more and will need to bake for a while.

enhancement