You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I edit a css file with nvim -u nvim-minimal/init.vim style.css, and I'm writing hex colours, previously used colours show as suggestions in the cmp menu. However, I would expect the cmp menu to show up when I type #, but it doesn't:
If I begin writing the colour though, it shows up.
I would expect the # symbol to behave similarly to typing any other matchable character, for example a:
I'm not 100% sure this is the right place to report this.
Using a minimal configuration
nvim-minimal/init.vim
:If I edit a css file with
nvim -u nvim-minimal/init.vim style.css
, and I'm writing hex colours, previously used colours show as suggestions in the cmp menu. However, I would expect the cmp menu to show up when I type#
, but it doesn't:If I begin writing the colour though, it shows up.
I would expect the
#
symbol to behave similarly to typing any other matchable character, for examplea
:The text was updated successfully, but these errors were encountered: