docs: improve lazy.nvim documentation comments
This commit is contained in:
+2
-1
@@ -1,7 +1,8 @@
|
|||||||
-- ╭─────────────────────────────────────────────────────────╮
|
-- ╭─────────────────────────────────────────────────────────╮
|
||||||
-- │ Lazy │
|
-- │ Lazy │
|
||||||
-- ╰─────────────────────────────────────────────────────────╯
|
-- ╰─────────────────────────────────────────────────────────╯
|
||||||
-- Bootstrap lazy.nvim
|
---@module "config.lazy"
|
||||||
|
--- Bootstrap the lazy.nvim plugin manager
|
||||||
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
local lazypath = vim.fn.stdpath("data") .. "/lazy/lazy.nvim"
|
||||||
if not vim.uv.fs_stat(lazypath) then
|
if not vim.uv.fs_stat(lazypath) then
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user