Skip to content

Commit

Permalink
docs: annotate some modules as 'internal'
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Feb 6, 2023
1 parent 907265a commit 8d9ba19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/neorg/modules/core/autocommands/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
file: Autocommands
summary: Handles the creation and management of Neovim's autocommands.
description: Handles the creation and management of Neovim's autocommands.
internal: true
---
This internal module exposes functionality for subscribing to autocommands and performing actions based on those autocommands.
Expand Down
1 change: 1 addition & 0 deletions lua/neorg/modules/core/clipboard/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
file: Clipboard
title: Quality of Life Features for the Clipboard
summary: A module to manipulate and interact with the user's clipboard.
internal: true
---
The clipboard module is a minimal and generic module allowing to overwrite or add special behaviour to the
`y` (yank) keybind in Neovim.
Expand Down
1 change: 1 addition & 0 deletions lua/neorg/modules/core/integrations/treesitter/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
title: Snazzy Treesitter Integration
summary: A module designed to integrate Treesitter into Neorg.
embed: https://user-images.githubusercontent.com/76052559/151668244-9805afc4-8c50-4925-85ec-1098aff5ede6.gif
internal: true
---
--]]

Expand Down

0 comments on commit 8d9ba19

Please sign in to comment.