feat(nvim): use cmp selection order relative to cursor
This commit is contained in:
parent
bab5cddd55
commit
0449c0382c
@ -58,6 +58,12 @@ cmp.setup({
|
||||
end
|
||||
end,
|
||||
},
|
||||
view = {
|
||||
entries = {
|
||||
name = "custom",
|
||||
selection_order = "near_cursor",
|
||||
},
|
||||
},
|
||||
window = {
|
||||
documentation = { side_padding = 0 },
|
||||
completion = {
|
||||
|
Loading…
Reference in New Issue
Block a user