mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 19:30:01 +02:00
nvim: autocomplete: rearrange fields
This commit is contained in:
parent
fe81883c32
commit
1fc5258230
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ return {
|
|||
-- end,
|
||||
-- },
|
||||
formatting = {
|
||||
fields = { "abbr", "kind", "menu" },
|
||||
fields = { "kind", "abbr", "menu" },
|
||||
format = format({
|
||||
symbol_map = icons.symbols,
|
||||
widths = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue