-
I often use the quick completion function in VIM, that's ctrl-p, ctrl-n which in insert mode of even normal text file. Any tip to hack into rust code for implement such function? |
Beta Was this translation helpful? Give feedback.
Answered by
kirawi
Dec 6, 2023
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dlintw
-
Thanks, I use the github and it works. But, that will let my config much longer. Whenever I found something can not work, require add a 3 lines setup to add the language to config.toml. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/estin/simple-completion-language-server
You can also check old PRs:
#4816
#3328