More plugins

This commit is contained in:
Levente Krizsán 2024-09-02 16:32:38 +02:00
parent c903cf7655
commit 3ed9bfaee3
4 changed files with 41 additions and 10 deletions

View file

@ -0,0 +1,12 @@
-- https://github.com/hedyhli/outline.nvim
return {
'hedyhli/outline.nvim',
lazy = true,
cmd = { 'Outline', 'OutlineOpen' },
keys = { -- Example mapping to toggle outline
{ '<leader>to', '<cmd>Outline<CR>', desc = '[T]oggle [O]utline' },
},
opts = {
-- Your setup opts here
},
}