mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-08 00:14:38 +02:00
fix(edgy): corrected filetype for symbols outline
This commit is contained in:
parent
85542df6f5
commit
d5a9c54faf
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue