nvim: orgmode -> telekasten

This commit is contained in:
2023-07-08 15:20:42 +03:00
parent 491318e80f
commit 028a7409e0
4 changed files with 14 additions and 12 deletions

View File

@ -1,8 +0,0 @@
require("orgmode").setup_ts_grammar()
require("orgmode").setup({
org_agenda_files = { "~/docs/org/*" },
org_default_notes_file = "~/docs/org/main.org",
})
vim.keymap.set("n", "<leader>of", ":Telescope find_files cwd=~/docs/org<CR>")

View File

@ -0,0 +1,2 @@
local home = vim.fn.expand("~/docs/zettelkasten")
require("telekasten").setup({ home = home })