Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ return {

-- add symbols-outline
{
"simrat39/symbols-outline.nvim",
"hedyhli/outline.nvim",
cmd = "SymbolsOutline",
keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
config = true,
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ or a separate file containing all the plugin specs for some functionality.
return {
-- add symbols-outline
{
"simrat39/symbols-outline.nvim",
"hedyhli/outline.nvim",
cmd = "SymbolsOutline",
keys = { { "<leader>cs", "<cmd>SymbolsOutline<cr>", desc = "Symbols Outline" } },
opts = {
Expand Down
10 changes: 7 additions & 3 deletions docs/extras/editor/symbols-outline.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- plugins:start -->

:::caution
This plugin is now migrated to a new Github repository and managed by another plugin inside Lazyvim.
Please check out the new plugin document [outline.nvim](./outline.md).
For compatability, we are still keeping the old plugin document here, [as well as automatically maintaining the old configuration to the new plugin.](https://github.com/LazyVim/LazyVim/commit/ee2e876252c82458d47617b6d87d827ea442ddcd)
However, for the latest information, please refer to the new plugin document.
:::

:::info
You can enable the extra with the `:LazyExtras` command.
Plugins marked as optional will only be configured if they are installed.
Expand Down Expand Up @@ -68,7 +75,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down Expand Up @@ -112,7 +118,6 @@ end

edgy integration


<Tabs>

<TabItem value="opts" label="Options">
Expand Down Expand Up @@ -143,7 +148,6 @@ end

</TabItem>


<TabItem value="code" label="Full Spec">

```lua
Expand Down