mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
docs: Fix README.md wrong indent (#165)
This commit is contained in:
parent
bdd7f0585a
commit
1dca6edd89
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ When `[2]` is `nil`, then the real mapping has to be created by the `config()` f
|
||||||
},
|
},
|
||||||
config = function()
|
config = function()
|
||||||
require("neo-tree").setup()
|
require("neo-tree").setup()
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue