Skip to content

phanen/lazy-help.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)