style: change some text

This commit is contained in:
2024-12-04 20:24:12 -05:00
parent f1483143a9
commit 2c486ca4c4
+4 -2
View File
@@ -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,