Mofiqul / vscode.nvim

Neovim/Vim color scheme inspired by Dark+ and Light+ theme in Visual Studio Code
MIT License
692 stars 111 forks source link

feat: Add option to enable underline for markup links #170

Closed pysan3 closed 6 months ago

pysan3 commented 6 months ago

Hi, I added an option to enable underline for @markup.link.label and @markup.link.url.

I also think @markup.underline should have underline = true (always, without any option to toggle) as well.

https://github.com/Mofiqul/vscode.nvim/blob/380c1068612b1bfbe35d70a4f2e58be5030a0707/lua/vscode/theme.lua#L144

@Mofiqul Would you accept a PR if I add that change?

Mofiqul commented 6 months ago

@pysan3 - yah please give a commit in this PR.

pysan3 commented 6 months ago

OK, done ;)