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

This commit is contained in:
Folke Lemaitre
2023-10-12 11:14:44 +02:00
parent f64039f546
commit b4ba5d881d
2 changed files with 55 additions and 9 deletions

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,
},