doc: make lazy.nvim snippet more copy/paste-able (#445)
This commit is contained in:
parent
10fbfdd37b
commit
9e5eb2fcd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue