hrsh7th / cmp-cmdline

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

Feature request: lua LSP autocompletion on `cmp-cmdline` #106

Open Zeioth opened 9 months ago

Zeioth commented 9 months ago

Having LSP autocompletion on the cmdline would be useful when writing lua code like

:lua print(vim.bo.filetype)