/lazy-help.nvim

Lazy.nvim while not lazy load your helpdocs.

Primary LanguageLuaMIT LicenseMIT

lazy-help.nvim

CI

Lazy.nvim while not lazy load your helpdocs.

{
  "phanen/lazy-help.nvim", ft = "lazy",
},

Ensure appending docs' cache into rtp

vim.g.docs_path = vim.fs.joinpath(vim.fn.stdpath('cache'), 'where-ever-you-like')
vim.opt.rtp:append(vim.g.docs_path)