feat(extras): added extra for symbols-outline.nvim
This commit is contained in:
1 parent
f64039f546
commit
b4ba5d881d
2 files changed
+55
-9
No files matched your search
@@ -105,15 +105,6 @@ return {
|
||||
end,
|
||||
},
|
||||
}
|
||||
local Util = require("lazyvim.util")
|
||||
if Util.has("symbols-outline.nvim") then
|
||||
table.insert(opts.left, {
|
||||
title = "Outline",
|
||||
ft = "Outline",
|
||||
pinned = true,
|
||||
open = "SymbolsOutline",
|
||||
})
|
||||
end
|
||||
return opts
|
||||
end,
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user