How to autocomplete substring of the file. #348
Unanswered
irfan-hossain-bhuiyan
asked this question in
Q&A
Replies: 1 comment
-
In the autocomplete documentation there is an example on how to enable that behavior in nvim-cmp: Autocomplete - adding a source |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's say I have a text file with a lot of text in it. As usual I have a lot of repeated words.While typing a word,I want neovim will find the substring in the current file,and suggest word by it. As example :
procastination is a bad habit.
After it when I will type pro I would be suggest procastination in the autocomplete.
As I know coc.nvim do this thing by default. Is there any way to do it in here? It is very useful for editing basic text file,or any string in a programming language.
Beta Was this translation helpful? Give feedback.
All reactions