lsp signature help icon

This commit is contained in:
Christian Nieves
2023-12-28 19:04:22 +00:00
parent c246ee6f06
commit 19cc47ca3f

View File

@ -48,6 +48,7 @@ return {
if use_google() then
table.insert(conditionalSources, { name = "nvim_ciderlsp", priority = 8 })
table.insert(conditionalSources, { name = "analysislsp" })
table.insert(conditionalSources, { name = "buganizer", option = { notifications_enabled = true } })
else
table.insert(conditionalSources, { name = "codeium", priority = 8 })
end
@ -124,6 +125,7 @@ return {
nerdfont = "󰊪 nerdfont",
nvim_ciderlsp = "󰚩 Cider",
analysislsp = "󰟌 analysislsp",
nvim_lsp_signature_help = "󰊕",
nvim_lsp = " LSP",
nvim_lua = " lua",
treesitter = "󰙅 ts",