You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
set number
set relativenumber
set completeopt=menuone,noinsert,noselect
set shortmess+=c
let g:completion_matching_strategy_list = [ 'exact' , 'substring' , 'fuzzy' ]
let g:completion_matching_ignore_case = 1
let g:completion_trigger_character = ['.', '->']
let g:completion_sorting = "length"
Issue and expectation
When I start to type vkimage I will get this when I get to letter i:
Relevant information
Nvim v.0.5.0
LuaJIT 2.1.0-beta3
Clangd 12.0.1
init.vim
Issue and expectation
When I start to type
vkimage
I will get this when I get to letteri
:Also,
VkImage
will not show up, even if I type the the whole wordvkimage
.But, if I press backspace to remove letter
i
and type it again, I will get this:Which is what I am expecting. I can reproduce this issue with other words too. Not sure how to start testing the root cause.
The text was updated successfully, but these errors were encountered: