Skip to content

Commit

Permalink
Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrshmllow authored and github-actions[bot] committed Jul 21, 2023
1 parent b987927 commit da8c986
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion doc/orgmode-babel.nvim.txt
Original file line number Diff line number Diff line change
@@ -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*
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit da8c986

Please sign in to comment.