hrsh7th / cmp-cmdline

nvim-cmp source for vim's cmdline
MIT License
566 stars 45 forks source link

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

Open Zeioth opened 1 year ago

Zeioth commented 1 year ago

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

:lua print(vim.bo.filetype)