fix lspkind in all places

This commit is contained in:
Thomas Ruoff
2024-10-02 07:56:17 +02:00
parent f2bad8563e
commit 94b7ac4b03
2 changed files with 29 additions and 10 deletions

View File

@@ -191,6 +191,15 @@ return {
})
end,
},
{
'onsails/lspkind-nvim',
opts = {
-- defines how annotations are shown
-- default: symbol
-- options: 'text', 'text_symbol', 'symbol_text', 'symbol'
mode = 'symbol_text',
},
},
{
'hedyhli/outline.nvim',
lazy = true,
@@ -199,7 +208,7 @@ return {
{ '<leader>co', '<cmd>Outline<CR>', desc = 'Toggle outline' },
},
opts = {
-- Your setup opts here
symbols = { icon_source = 'lspkind' },
},
},
}