feat(nvim): make cmp pmenu follow cursor
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 55s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 55s
This commit is contained in:
parent
33b75938b2
commit
5e903eb7c4
@ -297,6 +297,7 @@ return {
|
||||
view = {
|
||||
entries = {
|
||||
name = "custom",
|
||||
follow_cursor = true,
|
||||
selection_order = "near_cursor",
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user