fix(edgy): corrected filetype for symbols outline
This commit is contained in:
@ -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",
|
||||
})
|
||||
|
Reference in New Issue
Block a user