feat: add colors, add outline
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