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
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
view = {
|
||||||
|
entries = {
|
||||||
|
name = "custom",
|
||||||
|
selection_order = "near_cursor",
|
||||||
|
},
|
||||||
|
},
|
||||||
window = {
|
window = {
|
||||||
documentation = { side_padding = 0 },
|
documentation = { side_padding = 0 },
|
||||||
completion = {
|
completion = {
|
||||||
|
Loading…
Reference in New Issue
Block a user