Skip to content

Commit

Permalink
doc: make lazy.nvim snippet more copy/paste-able (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Jul 15, 2024
1 parent 10fbfdd commit 9e5eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ oil.nvim supports all the usual plugin managers
'stevearc/oil.nvim',
opts = {},
-- Optional dependencies
dependencies = { "echasnovski/mini.icons" },
dependencies = { { "echasnovski/mini.icons", opts = {} } },
-- dependencies = { "nvim-tree/nvim-web-devicons" }, -- use if prefer nvim-web-devicons
}
```
Expand Down

0 comments on commit 9e5eb2f

Please sign in to comment.