Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 30, 2022
1 parent d1ed91d commit d02a10d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,13 @@ PACKER.NVIM <HTTPS://github.com/WBTHOMASON/PACKER.NVIM> ~
- `module` is auto-loaded. No need to specify
- `keys` spec is |lazy.nvim-different|
- `rtp` can be accomplished with:
`lua config = function(plugin) vim.opt.rtp:append(plugin.dir .. "/rtpPath") end`


>lua
config = function(plugin)
vim.opt.rtp:append(plugin.dir .. "/custom-rtp")
end
<


With packer `wants`, `requires` and `after` can be used to manage dependencies.
Expand Down

0 comments on commit d02a10d

Please sign in to comment.