nvim-cursorline
nvim-cursorline copied to clipboard
feat: disable_filetypes option
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