Auto generate docs

This commit is contained in:
mrshmllow 2023-07-21 02:07:47 +00:00 committed by github-actions[bot]
parent b987927c4c
commit da8c98632c

View file

@ -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*
@ -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*
All commands accept a `!` to skip confirmation.