1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

change param for plugin lspkind-nvim

See also 06872e887e.
This commit is contained in:
jdhao 2022-02-04 23:18:31 +08:00
parent 6b76b7781c
commit dc4ff3d499

View File

@ -46,7 +46,7 @@ cmp.setup({
},
formatting = {
format = lspkind.cmp_format({
with_text = false,
mode = "symbol_text",
menu = {
nvim_lsp = "[LSP]",
ultisnips = "[US]",