nvlime
nvlime copied to clipboard
colon seems to break nvim-cmp autocomplete
bit hard to explain, basically when im typing a package name, after I've typed the colon to access some function or symbol in the package, autocomplete doesn't show up anymore.
e.g.
- type
(ql:)manually - completions break at this point, e.g. typing
(ql:qui)doesn't showql:quickload
if I want quickload or any other function/symbol to show up I have to:
- type
(ql:)manually - exit into normal mode and then reenter into insert mode
- type any letter after the colon (
(ql:a),(ql:b), etc) - exit into normal mode again
- then reenter into insert mode and delete the character i added, at that point
(ql:)correctly shows autocomplete