-
Notifications
You must be signed in to change notification settings - Fork 3
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
Highlight #2
Comments
Can I ask which vim plugins you're both using? I don't yet know how to do this, but it might mean listening to events from there |
Yes, I think that is possible. It would mean tweaking the decoration definitions here https://github.com/codeincontext/vscode-quick-scope/blob/master/src/extension.ts#L5-L13 It would be nice to have an option to change it in the extension settings. I'm unlikely to have time to do it myself, but do you have an idea for how that config might look? |
Sorry, was on the wrong account. You can indeed, change the decorator definitions (https://code.visualstudio.com/api/references/vscode-api#DecorationRenderOptions). I'll just try and find out how to add a reasonable config that's exposed to the user and then submit a pull request. |
News about it?... |
It is possible to highlight after I press the "f" like in "neovim"?
![Screenshot 2021-02-12 at 17 52 46](https://user-images.githubusercontent.com/5613459/107790203-309d5180-6d5b-11eb-84da-cf0a89ed682a.png)
Also it is possible to have an underline instead of the highlight similar to the attached image?
The text was updated successfully, but these errors were encountered: