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

Assigning Empty Table (={}) does not unset the highlight groups #249

Closed
ful1e5 opened this issue May 10, 2023 · 0 comments
Closed

Assigning Empty Table (={}) does not unset the highlight groups #249

ful1e5 opened this issue May 10, 2023 · 0 comments
Assignees
Labels
assigned Under progress.
Projects

Comments

@ful1e5
Copy link
Member

ful1e5 commented May 10, 2023

This isn't working in the newer codebase.

require('github-theme').setup({
  groups = {
    all = {
      -- this will remove the highlight groups
      ['@punctuation.bracket'] = {},
    },
  },
})

vim.cmd.colorscheme('github_dark')

Originally posted by @tmillr in #226 (comment)

@ful1e5 ful1e5 self-assigned this May 10, 2023
@ful1e5 ful1e5 added the assigned Under progress. label May 10, 2023
@ful1e5 ful1e5 added this to To do in Workboard via automation May 10, 2023
@ful1e5 ful1e5 moved this from To do to In progress in Workboard May 10, 2023
@ful1e5 ful1e5 closed this as completed in 861245e May 10, 2023
Workboard automation moved this from In progress to Done May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assigned Under progress.
Projects
Development

No branches or pull requests

1 participant