Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quickfix/Location List Settings #39

Closed
prikhi opened this issue Jan 18, 2015 · 7 comments
Closed

Add Quickfix/Location List Settings #39

prikhi opened this issue Jan 18, 2015 · 7 comments

Comments

@prikhi
Copy link
Contributor

prikhi commented Jan 18, 2015

Coming from Syntastic, I miss these options:

  • syntastic_auto_loc_list - pop open the loc list if any errors exist
  • syntastic_loc_list_height - control the max height of the loc list
  • syntastic_check_on_wq - this prevents a checking delay when trying to quit

I would love it if these could be added, or maybe there is a way to achieve all
this already?

@benekastah
Copy link
Collaborator

Addressing these in order:

  • Have a look at g:neomake_open_list. I haven't used this recently because it seems to trigger bug Sometimes running neomake can change which buffer is showing in your window #17 a lot, unfortunately.
  • Having a height setting would certainly make sense to go along with the above setting. You can, of course, do :copen [height] or :lopen [height] for yourself until that feature gets added. It should be pretty easy to add.
  • Have you run into problems on wq? Since neomake checks asynchronously, quitting should just cancel any jobs that are running, but I haven't done a specific test.

@prikhi
Copy link
Contributor Author

prikhi commented Feb 1, 2015

  • I tried it and noticed that. Mostly hurts on :wa, otherwise a quick ctrl-o is better than waiting around for syntastic to finish :)
  • Cool thanks for the lopen tip.
  • I did one time before I posted the above, but haven't since, so I'm thinking I had accidently opened up vim instead of neovim.

@benekastah
Copy link
Collaborator

By the way, g:neomake_open_list should work a bit better now since #17 has been fixed.

@prikhi
Copy link
Contributor Author

prikhi commented Mar 17, 2015

Thanks, I've pulled the latest version and seems to be working fine :)

@benekastah
Copy link
Collaborator

It seems like everything here has been addressed. I'm not sure if I want to worry about the :wq issue, but if it's still a problem please open a new issue just for that. Thanks!

@prikhi
Copy link
Contributor Author

prikhi commented Apr 7, 2015

Hell yeah for awesome plugins :)

@benekastah
Copy link
Collaborator

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants