refactor(nvim): only allow 5 items from lua-latex-symbol in cmp

This commit is contained in:
Price Hiller 2024-08-31 03:58:52 -05:00
parent 9787880ec5
commit efaa05fe5d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -156,6 +156,7 @@ return {
{
name = "lua-latex-symbols",
option = { cache = true },
max_item_count = 5,
trigger_characters = { "\\" },
},
{ name = "zsh", max_item_count = 5 },