How to get the autocompletion for noice commandline? #37
-
Hi, https://github.com/crivotz/nv-ide/blob/master/screenshots/nv-ide_screenshot_5.png How was this implemented? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi, it is made using https://github.com/hrsh7th/cmp-cmdline. nv-ide/lua/config/completion.lua Line 108 in e831009 |
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply, I assume it's not as simple as sourcing this file and installing hrsh7th/cmp-cmdline, hrsh7th/nvim-cmp and hrsh7th/cmp-nvim-lsp. |
Beta Was this translation helpful? Give feedback.
-
Oh my gotten it to work with adding lpskind and nvim-autopair plugins :D thanks this is awesome. |
Beta Was this translation helpful? Give feedback.
Hi, it is made using https://github.com/hrsh7th/cmp-cmdline.
The configuration can be found here:
nv-ide/lua/config/completion.lua
Line 108 in e831009