diff --git a/README.md b/README.md index 6aa7bd1..0f8454c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,20 @@ ### 🚀 Installation +- With [lazy.nvim](https://github.com/folke/lazy.nvim) + +```lua +-- 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 + }, + lazy = false, +} + +``` + - With [packer.nvim](https://github.com/wbthomason/packer.nvim) ```lua