Auto generate docs
This commit is contained in:
parent
b987927c4c
commit
da8c98632c
1 changed files with 25 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
*orgmode-babel.nvim.txt* For NVIM v0.9.0 Last change: 2023 June 30
|
*orgmode-babel.nvim.txt* For NVIM v0.9.0 Last change: 2023 July 21
|
||||||
|
|
||||||
==============================================================================
|
==============================================================================
|
||||||
Table of Contents *orgmode-babel.nvim-table-of-contents*
|
Table of Contents *orgmode-babel.nvim-table-of-contents*
|
||||||
|
|
@ -55,6 +55,30 @@ LAZY.NVIM ~
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
|
PACKER ~
|
||||||
|
|
||||||
|
>lua
|
||||||
|
use {
|
||||||
|
"mrshmllow/orgmode-babel.nvim",
|
||||||
|
requires = {
|
||||||
|
"nvim-orgmode/orgmode",
|
||||||
|
"nvim-treesitter/nvim-treesitter"
|
||||||
|
},
|
||||||
|
cmd = { "OrgExecute", "OrgTangle" },
|
||||||
|
opt = true,
|
||||||
|
config = function ()
|
||||||
|
require("orgmode-babel").setup({
|
||||||
|
-- by default, none are enabled
|
||||||
|
langs = { "python", "lua", ... }
|
||||||
|
|
||||||
|
-- paths to emacs packages to additionally load
|
||||||
|
load_paths = {}
|
||||||
|
})
|
||||||
|
end
|
||||||
|
}
|
||||||
|
<
|
||||||
|
|
||||||
|
|
||||||
USAGE *orgmode-babel.nvim-orgmode-babel.nvim-usage*
|
USAGE *orgmode-babel.nvim-orgmode-babel.nvim-usage*
|
||||||
|
|
||||||
All commands accept a `!` to skip confirmation.
|
All commands accept a `!` to skip confirmation.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue