diff --git a/README.md b/README.md index 09d992e..f4cce99 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,9 @@ { 'nvimdev/dashboard-nvim', event = 'VimEnter', - config = function() - require('dashboard').setup { - -- config - } - end, + opts = { + -- config + }, dependencies = { {'nvim-tree/nvim-web-devicons'}} } ```