Corrected packer syntax according to comment in #176

pull/177/head
Jonas Bygdén 2 years ago
parent 32744c3f66
commit 876248d4bf

@ -47,12 +47,12 @@ The following is an example of a `plugins.lua` module (located at `$HOME/.config
```lua
return function(use)
use({
use{
"folke/which-key.nvim",
config = function()
require("which-key").setup({})
require("which-key").setup()
end
})
}
end
```

Loading…
Cancel
Save