feat(nvim): add outline.nvim
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-03-21 16:34:22 -05:00
parent 084154b158
commit a9a4b3dfc4
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -0,0 +1,8 @@
return {
{
"hedyhli/outline.nvim",
cmd = { "Outline" },
keys = { { "<localleader>o", "<cmd>Outline<CR>", desc = "Toggle Outline" } },
config = true
},
}