feat(nvim): make cmp pmenu follow cursor
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 55s

This commit is contained in:
Price Hiller 2024-04-22 13:44:12 -05:00
parent 33b75938b2
commit 5e903eb7c4
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -297,6 +297,7 @@ return {
view = {
entries = {
name = "custom",
follow_cursor = true,
selection_order = "near_cursor",
},
},