ADD: formatting.expandable_indicator to show the expandable indicator (#1207)
* ADD: formatting.expandable_indicator to show the `expandable` indicator * UPDATA: doc/cmp.txt lua/cmp/entry.lua lua/cmp/typed/cmp.lua
This commit is contained in:
@@ -40,6 +40,7 @@ return function()
|
||||
},
|
||||
|
||||
formatting = {
|
||||
expandable_indicator = true,
|
||||
fields = { 'abbr', 'kind', 'menu' },
|
||||
format = function(_, vim_item)
|
||||
return vim_item
|
||||
|
||||
Reference in New Issue
Block a user