Skip to content

How to disable highlighting for a specific plugin? #284

Closed Answered by ful1e5
satoshiyamamoto asked this question in Q&A
Discussion options

You must be logged in to vote

@satoshiyamamoto To disable the plugin highlight, set the module name to false in the options sub-table.

Once you do that, you'll need to manually recompile the theme using :GithubThemeCompile because the auto re-compiling process is currently not working correctly.

require('github-theme').setup({
  options = {
    modules = {
      notify = false,
    },
    -- ...
  },
})

vim.cmd('colorscheme github_dark')

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@satoshiyamamoto
Comment options

Answer selected by satoshiyamamoto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants