shellRaining / hlchunk.nvim

This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed
MIT License
627 stars 31 forks source link

Exclude `fugitiveblame` filetype #61

Closed kang8 closed 1 year ago

kang8 commented 1 year ago

When I open git blame view via fugitive, hlchunk.nvim notice: no parse for fugitiveblame.

Snipaste_2023-08-20_15-33-21

Indeed, the content of the fugitiveblame filetype is very simple and not indented, so excluding it can reduce interference to users.

shellRaining commented 1 year ago

thanks for your contribution~