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

Bracket pair colorizer 2 not working #2863

Closed
jerabaul29 opened this issue Dec 21, 2020 · 3 comments
Closed

Bracket pair colorizer 2 not working #2863

jerabaul29 opened this issue Dec 21, 2020 · 3 comments
Labels
A-editor-component Area: Editor component/UI A-extension Area: Extension/plugin integration, vscode or VimL

Comments

@jerabaul29
Copy link

I love to use the following extension in VSC: https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2

However it seems to not work in onivim 2; any idea why / some missing APIs or other?

@jisensee
Copy link

Would also like to have that working. Maybe even built into onvim itself.

@bryphe bryphe added A-editor-component Area: Editor component/UI A-extension Area: Extension/plugin integration, vscode or VimL labels Dec 22, 2020
@bryphe
Copy link
Member

bryphe commented Dec 22, 2020

Ah, might be a dup of #2491

any idea why / some missing APIs or other?

Yep, indeed a couple missing APIs - the bracket-pair-colorizer extension tries to find vscode-textmate via vscode internals, and past that, it uses the text-decoration API which is not yet wired up to Onivim

@jerabaul29
Copy link
Author

Yes it is a dupe - closing in favour of the initial post.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-editor-component Area: Editor component/UI A-extension Area: Extension/plugin integration, vscode or VimL
Projects
None yet
Development

No branches or pull requests

3 participants