Skip to content

Commit 837d931

Browse files
author
github-actions
committed
[docgen] Update docs
1 parent 0eb9ad3 commit 837d931

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/orgmode.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2097,12 +2097,9 @@ More optimized version would be to create a lua file that has only necessary plu
20972097
>
20982098
-- ~/.config/nvim/lua/partials/org_cron.lua
20992099
-- If you are using lazy.vim do this:
2100-
local treesitter = vim.fn.stdpath('data') .. '/lazy/nvim-treesitter'
21012100
local orgmode = vim.fn.stdpath('data') .. '/lazy/orgmode'
21022101
vim.opt.runtimepath:append(orgmode)
2103-
vim.opt.runtimepath:append(treesitter)
21042102
-- If you are using Packer or any other package manager that uses built-in package manager, do this:
2105-
vim.cmd('packadd nvim-treesitter')
21062103
vim.cmd('packadd orgmode')
21072104
-- Run the orgmode cron
21082105
require('orgmode').cron({

0 commit comments

Comments
 (0)