You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: better install instructions for lazy.nvim (#80)
* docs: better install instructions for lazy.nvim
- `ft` ensures the plugin is only loaded in markdown files
- `main` defines the module name used in the `setup` call, we can use `opts` instead of `config` (cleaner & preferred method of configuring plugins in lazy.nvim)
- consequently, we are able to replace `config` with `opts`.
reference: https://lazy.folke.io/spec#spec-setup
* docs: add trailing comma in lazy.nvim install snippet
* docs: no ft for lazy.nvim installation
0 commit comments