cmdline-hl.nvim icon indicating copy to clipboard operation
cmdline-hl.nvim copied to clipboard

Highlight the default neovim cmdline

Results 2 cmdline-hl.nvim issues
Sort by recently updated
recently updated
newest added

To reproduce, just type `:set conceallevel?`. You will get back what is shown in the image below: The `l?` characters are leftovers from the `:set conceallevel?` command.

Trying to fix support for multibyte characters (utf8) as they don't get printed correctly. Having trouble with `nil` indexing inside the `ts()` function ![image](https://github.com/Sam-programs/cmdline-hl.nvim/assets/61395246/dbecc5a2-e5e6-4f0a-8a2f-dc667e701875)