cmdline-hl.nvim
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 