mirror of
https://github.com/pnx/dotfiles
synced 2026-07-03 15:03:40 +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,
|
-- end,
|
||||||
-- },
|
-- },
|
||||||
formatting = {
|
formatting = {
|
||||||
fields = { "abbr", "kind", "menu" },
|
fields = { "kind", "abbr", "menu" },
|
||||||
format = format({
|
format = format({
|
||||||
symbol_map = icons.symbols,
|
symbol_map = icons.symbols,
|
||||||
widths = {
|
widths = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue