style: change some text

This commit is contained in:
2024-12-04 20:24:12 -05:00
parent f1483143a9
commit 2c486ca4c4
+5 -3
View File
@@ -105,12 +105,12 @@ return {
end, { 'i', 's' }),
}),
sources = cmp.config.sources({
{ name = 'nvim_lsp', priority = 1 },
{ name = 'nvim_lsp' },
{ name = 'luasnip' },
{ name = 'nvim_lsp_signature_help' },
{ name = 'nvim_lua' },
{ name = 'nerdfont' },
{ name = 'buffer', keyword_length = 3 },
{ name = 'buffer', keyword_length = 5 },
{ name = 'path' },
{ name = 'calc' },
}),
@@ -142,6 +142,8 @@ return {
path = '[Path]',
latex_symbols = '[Latex]',
spell = '[Spell]',
nerdfont = '[NF]',
calc = '[Calc]',
},
})(entry, vim_item)
end,
@@ -203,4 +205,4 @@ return {
},
})
end,
}
}