Riley Bruins
Riley Bruins
Is there any code available showing how to achieve this affect? If anyone wants to use the unfinished feature now
Thank you. Also I managed to create a minimal version of this without the start and end indicators. If anyone is interested: ```lua { 'luukvbaal/statuscol.nvim', config = function() local builtin...
I am still experiencing this issue sadly, also Wezterm. Tried everything mentioned here and in the other issue.
Awesome, thanks Kyle!!
@Galicarnax I've found this to be a basically perfect solution for the block quote conceals: ```scheme ; Block quotes ((block_quote_marker) @punctuation.special (#offset! @punctuation.special 0 0 0 -1) (#set! conceal "▐"))...
@petobens A workaround for the bullets that I use is the following: ```scheme ([(list_marker_minus) (list_marker_star)] @punctuation.special (#offset! @punctuation.special 0 0 0 -1) (#set! conceal "•")) ``` by setting an `offset`...
> Feel free to make a PR to nvim-treesitter. Sorry, was this in reference to the conceal solutions above or were you talking to someone else?
@ayroblu This is fixed with https://github.com/neovim/neovim/pull/28430
Apologies, this is an issue with `nvim-treesitter`, see [this issue](https://github.com/nvim-treesitter/nvim-treesitter/issues/5739#issuecomment-1832144116)
Thank you both.