Skip to content

How setup custom highlight from third party plugin? #1350

Answered by siduck
KirovAI asked this question in Q&A
Discussion options

You must be logged in to vote

@KirovAI seems like this plugin defines 'CursorWord' highight group

https://github.com/yamatsum/nvim-cursorline/blob/main/lua/nvim-cursorline.lua#L90

so add that highlight group https://nvchad.github.io/config/theming#add-new-highlight-groups

["yamatsum/nvim-cursorline"] = {
      event = "CursorMoved",
      config = function()
         require("nvim-cursorline").setup {}
      end,
   },

Edit : added the answer!

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
2 replies
@KirovAI
Comment options

@siduck
Comment options

Answer selected by siduck
Comment options

You must be logged in to vote
3 replies
@siduck
Comment options

@siduck
Comment options

@KirovAI
Comment options

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