diff --git a/README.md b/README.md index 0f8454c..dbc91d3 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,11 @@ -- add this to your lua/plugins.lua, lua/plugins/init.lua, or the file you keep your other plugins: { 'numToStr/Comment.nvim', - opts = { - -- add any options here - }, + config = function() + require('Comment').setup() + end, lazy = false, } - ``` - With [packer.nvim](https://github.com/wbthomason/packer.nvim)