fix(edgy): corrected filetype for symbols outline

This commit is contained in:
Folke Lemaitre committed 2023-06-25 07:21:26 +02:00
1 parent 85542df6f5
commit d5a9c54faf
1 file changed
+1 -1
+1 -1
View File
@@ -109,7 +109,7 @@ return {
if Util.has("symbols-outline.nvim") then
table.insert(opts.left, {
title = "Outline",
ft = "outline",
ft = "Outline",
pinned = true,
open = "SymbolsOutline",
})