We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb9ad3 commit 837d931Copy full SHA for 837d931
doc/orgmode.txt
@@ -2097,12 +2097,9 @@ More optimized version would be to create a lua file that has only necessary plu
2097
>
2098
-- ~/.config/nvim/lua/partials/org_cron.lua
2099
-- If you are using lazy.vim do this:
2100
- local treesitter = vim.fn.stdpath('data') .. '/lazy/nvim-treesitter'
2101
local orgmode = vim.fn.stdpath('data') .. '/lazy/orgmode'
2102
vim.opt.runtimepath:append(orgmode)
2103
- vim.opt.runtimepath:append(treesitter)
2104
-- If you are using Packer or any other package manager that uses built-in package manager, do this:
2105
- vim.cmd('packadd nvim-treesitter')
2106
vim.cmd('packadd orgmode')
2107
-- Run the orgmode cron
2108
require('orgmode').cron({
0 commit comments