3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

syntastic.vimのlocation_listをunite-quickfixで表示する

Last updated at Posted at 2013-07-31

unite-quickfixをインストールして.vimrcに

let g:syntastic_always_populate_loc_list=1

を書くだけ.

:Unite location_list

で表示されるよ!

*'syntastic_always_populate_loc_list'*
Default: 0
Enable this option to tell syntastic to always stick any detected errors into the loclist:
>
    let g:syntastic_always_populate_loc_list=1
<

とのこと.

3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?