hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
550 stars 42 forks source link

Complete system variables #21

Closed mawkler closed 2 years ago

mawkler commented 2 years ago

cmp-cmdline doesn't seem to complete system variables like $HOME. I think this would be a nice feature. Perhaps even that it expanded the variable's value upon selection.

mawkler commented 2 years ago

I noticed now that cmp-cmdline does in fact seem to complete system variables, that's my mistake. Not sure why it didn't for me yesterday.