Skip to content

Compatability with vim-illuminate #162

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

You must be logged in to vote

Thanks. With that it was easy to disable it with the following:

-- Using lazy.nvim
return {
  "RRethy/vim-illuminate",
  opts = {
    filetypes_denylist = {
      ...
      "dropbar_menu",
      "dropbar_menu_fzf",
    },
  },
}

Replies: 1 comment 3 replies

Comment options

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

@Bekaboo
Comment options

@nianiam
Comment options

Answer selected by nianiam
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