add outline.nvim

This commit is contained in:
Christoph J. Scherr 2025-07-07 23:18:17 +02:00
parent ce101d45f0
commit c5aab19ac7
Signed by: PlexSheep
GPG key ID: 9EB784BB202BB7BB

View file

@ -347,4 +347,13 @@ return {
dependencies_bin = { ['tinymist'] = 'tinymist' }, -- use mason
}, -- lazy.nvim will implicitly calls `setup {}`
},
{
'hedyhli/outline.nvim',
lazy = true,
cmd = { 'Outline', 'OutlineOpen' },
keys = { -- Example mapping to toggle outline
{ '<leader>to', '<cmd>Outline<CR>', desc = 'Toggle outline' },
},
opts = {},
},
}