Skip to content

Commit

Permalink
docs: add basic description to core.integrations.image
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 7, 2024
1 parent d44dd38 commit 7facef9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lua/neorg/modules/core/integrations/image/module.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
--[[
file: Image
title: Images Directly within Neovim.
description: The `image` module uses various terminal backends to display images within your Neovim instance.
summary: Module for interacting with and managing images in the terminal.
--]]

local neorg = require("neorg.core")
local module = neorg.modules.create("core.integrations.image")

Expand Down

0 comments on commit 7facef9

Please sign in to comment.