Remove symbol outline plugin

This commit is contained in:
2025-05-31 05:12:20 +02:00
parent 01cca08739
commit 39f538418b

View File

@@ -1,17 +0,0 @@
-- https://github.com/simrat39/symbols-outline.nvim
--- @module "lazy"
--- @type LazySpec
return {
enabled = false,
"simrat39/symbols-outline.nvim",
keys = {
{
"<F5>",
function()
require("symbols-outline").toggle_outline()
end,
desc = "Toggle symbols outline",
},
},
opts = {},
}