Skip to content

Commit

Permalink
fix(edgy): corrected filetype for symbols outline
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 25, 2023
1 parent 85542df commit d5a9c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazyvim/plugins/extras/ui/edgy.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
})
Expand Down

0 comments on commit d5a9c54

Please sign in to comment.