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
472 stars 29 forks source link

Feature: config option to set line_num priority #99

Closed kevintraver closed 2 months ago

kevintraver commented 3 months ago

Add config option to set _linenum priority.

shellRaining commented 2 months ago

Sorry, I don't understand what the reason for setting the priority of line_num. Can you provide more detailed information?

kevintraver commented 2 months ago

Setting the priority of line_num ensures hlchunk.nvim can coexist with other plugins that also use the signs column.

By allowing configuration of priority, visual conflicts are prevented, ensuring all important indicators from multiple plugins are displayed correctly.

Currently, hlchunk.nvim conflicts with bookmarks.nvim, and without this configuration option, signs are not displayed correctly.

shellRaining commented 2 months ago

thanks for your nice work~