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

This commit is contained in:
Folke Lemaitre 2023-10-12 11:14:44 +02:00
parent 50a358bc1e
commit 38d2c8aab0
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
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,
},