mirror of
https://github.com/tomru/nvim.git
synced 2026-03-03 06:27:14 +01:00
add outlint plugin
This commit is contained in:
11
lua/plugins/outline.lua
Normal file
11
lua/plugins/outline.lua
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
return {
|
||||||
|
'hedyhli/outline.nvim',
|
||||||
|
lazy = true,
|
||||||
|
cmd = { 'Outline', 'OutlineOpen' },
|
||||||
|
keys = { -- Example mapping to toggle outline
|
||||||
|
{ '<leader>o', '<cmd>Outline<CR>', desc = 'Toggle outline' },
|
||||||
|
},
|
||||||
|
opts = {
|
||||||
|
-- Your setup opts here
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user