mirror of
https://github.com/tomru/nvim.git
synced 2026-03-04 06:57:15 +01:00
fix lspkind in all places
This commit is contained in:
@@ -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' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user