yamatsum / nvim-cursorline

A plugin for neovim that highlights cursor words and lines
MIT License
405 stars 26 forks source link

Exclude buffertype #10

Open Mte90 opened 3 years ago

Mte90 commented 3 years ago

I see that on file explorers like chadtree or symbols-outline that are sidebar I get the word underline.

It is possible to exclude filetype in this way the behaviour will be more clean.

haras-unicorn commented 2 years ago

@Mte90 could you please check if #16 works for you?

Here is the fork with the branch feature/disable-conditionally.

With packer.nvim:

packer.use {
  "Hrle97/nvim-cursorline",
  branch = "feature/disable-conditionally",
  config = function() ...  disable filetypes here as instructed on the fork link ... end
}

I don't know about other plugin managers, so I can't help you there.

Mte90 commented 2 years ago

@Hrle97 I still using your fork but I don't see any PR here

haras-unicorn commented 2 years ago

I gave up on the PR #16 because the maintainer didn't answer anything and master has been changed a lot in the meantime.

technicalpickles commented 1 year ago

I came looking for this too, except for cursorline in terminals.