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

Support help and man buffers #164

Closed
adoyle-h opened this issue Oct 18, 2022 · 3 comments
Closed

Support help and man buffers #164

adoyle-h opened this issue Oct 18, 2022 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@adoyle-h
Copy link

Neovim builtin gO can open an outline in help and :Man buffers. https://neovim.io/doc/user/various.html#gO . But it looks not good.

Can aerial support help and man buffers? Currently it shows Aerial could find no supported backend.

My config:

backends = {
	['_'] = { 'lsp', 'treesitter' },
	markdown = { 'markdown' },
},
@adoyle-h adoyle-h added the enhancement New feature or request label Oct 18, 2022
@stevearc
Copy link
Owner

I've added support for help files. Man is trickier because there's no treesitter parser for it, but it should still be possible.

@stevearc
Copy link
Owner

Man page support added

@adoyle-h
Copy link
Author

It's excellent! Thank you so much. @stevearc

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

No branches or pull requests

2 participants