fix(edgy): corrected filetype for symbols outline

This commit is contained in:
Folke Lemaitre 2023-06-25 07:21:19 +02:00
parent 85542df6f5
commit d5a9c54faf
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -109,7 +109,7 @@ return {
if Util.has("symbols-outline.nvim") then if Util.has("symbols-outline.nvim") then
table.insert(opts.left, { table.insert(opts.left, {
title = "Outline", title = "Outline",
ft = "outline", ft = "Outline",
pinned = true, pinned = true,
open = "SymbolsOutline", open = "SymbolsOutline",
}) })