feat: add colors, add outline

This commit is contained in:
2025-09-13 11:55:10 +09:00
parent d52234a409
commit f085be7085
6 changed files with 347 additions and 1 deletions

11
lua/plugins/outline.lua Normal file
View 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
},
}