hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
505 stars 41 forks source link

Support `:set no…` #44

Closed b0o closed 1 year ago

b0o commented 2 years ago

Right now, if you start typing :set no, there are no suggestions for the no-prefixed versions of options, such as nonumber.

amarakon commented 1 year ago

I agree, no options should be supported.

kat0h commented 1 year ago

This feature has been enabled in https://github.com/hrsh7th/cmp-cmdline/commit/f820d4e5a2687213b021cb45b6c3f91c824a16d6 Thanks! @hrsh7th