nvim-cursorline icon indicating copy to clipboard operation
nvim-cursorline copied to clipboard

feat: disable_filetypes option

Open bennypowers opened this issue 3 years ago • 0 comments

What I did

  • add disable_filetypes: string[] option
  • in CursorMoved, skip the rest of the cursorline logic if the filetype matches a disabled one
  • re-enable cursorline when entering a filetype listed in disable_filetypes
  • add a clearing autocmd group

Replaces #10

bennypowers avatar Jul 04 '22 08:07 bennypowers