More plugins
This commit is contained in:
parent
c903cf7655
commit
3ed9bfaee3
4 changed files with 41 additions and 10 deletions
12
lua/custom/plugins/outline.lua
Normal file
12
lua/custom/plugins/outline.lua
Normal 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
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue