style: change some text
This commit is contained in:
@@ -105,12 +105,12 @@ return {
|
|||||||
end, { 'i', 's' }),
|
end, { 'i', 's' }),
|
||||||
}),
|
}),
|
||||||
sources = cmp.config.sources({
|
sources = cmp.config.sources({
|
||||||
{ name = 'nvim_lsp', priority = 1 },
|
{ name = 'nvim_lsp' },
|
||||||
{ name = 'luasnip' },
|
{ name = 'luasnip' },
|
||||||
{ name = 'nvim_lsp_signature_help' },
|
{ name = 'nvim_lsp_signature_help' },
|
||||||
{ name = 'nvim_lua' },
|
{ name = 'nvim_lua' },
|
||||||
{ name = 'nerdfont' },
|
{ name = 'nerdfont' },
|
||||||
{ name = 'buffer', keyword_length = 3 },
|
{ name = 'buffer', keyword_length = 5 },
|
||||||
{ name = 'path' },
|
{ name = 'path' },
|
||||||
{ name = 'calc' },
|
{ name = 'calc' },
|
||||||
}),
|
}),
|
||||||
@@ -142,6 +142,8 @@ return {
|
|||||||
path = '[Path]',
|
path = '[Path]',
|
||||||
latex_symbols = '[Latex]',
|
latex_symbols = '[Latex]',
|
||||||
spell = '[Spell]',
|
spell = '[Spell]',
|
||||||
|
nerdfont = '[NF]',
|
||||||
|
calc = '[Calc]',
|
||||||
},
|
},
|
||||||
})(entry, vim_item)
|
})(entry, vim_item)
|
||||||
end,
|
end,
|
||||||
@@ -203,4 +205,4 @@ return {
|
|||||||
},
|
},
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user