Remove symbol outline plugin
This commit is contained in:
parent
01cca08739
commit
39f538418b
|
@ -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 = {},
|
||||
}
|
Loading…
Reference in New Issue
Block a user