feat(extras): added extra for symbols-outline.nvim

This commit is contained in:
Folke Lemaitre committed 2023-10-12 11:48:02 +02:00
1 parent f64039f546
commit b4ba5d881d
2 files changed
+55 -9

No files matched your search

-9
View File
@@ -105,15 +105,6 @@ return {
end,
},
}
local Util = require("lazyvim.util")
if Util.has("symbols-outline.nvim") then
table.insert(opts.left, {
title = "Outline",
ft = "Outline",
pinned = true,
open = "SymbolsOutline",
})
end
return opts
end,
},