Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

core.tempus #1625

Open
2 tasks done
mcp1766 opened this issue Dec 31, 2024 · 0 comments
Open
2 tasks done

core.tempus #1625

mcp1766 opened this issue Dec 31, 2024 · 0 comments
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.

Comments

@mcp1766
Copy link

mcp1766 commented Dec 31, 2024

Prerequisites

  • I am using the latest stable release of Neovim
  • I am using the latest version of the plugin

Neovim Version

0.10.3

Neorg setup

return {
"nvim-neorg/neorg",
lazy = false, -- Disable lazy loading as some lazy.nvim distributions set lazy = true by default
version = "*", -- Pin Neorg to the latest stable release
config = true,
run = ":Neorg sync-parsers",
opts = {
load = {
["core.defaults"] = {},
["core.concealer"] = {
config = {
icon_preset = "varied",
},
},
["core.keybinds"] = {
preset = "neorg",
},
["core.syntax"] = {},
["core.qol.todo_items"] = {},
["core.tempus"] = {},
["core.ui.calendar"] = {},
["core.export"] = {
config = {
export_dir = "/.config/nvim/notes/md",
export_format = "markdown",
},
},
["core.dirman"] = {
config = {
workspaces = {
technical = "
/.config/nvim/notes/technical/",
personal = "/.config/nvim/notes/personal",
work = "
/.config/nvim/notes/work/",
agenda = "~/.config/nvim/agenda/",
},
},
},
},
},
dependencies = {
{ "nvim-lua/plenary.nvim" },
{ "nvim-neorg/lua-utils.nvim" },
},
}

Actual behavior

Using default keybinding "M-d" Neorg dos not insert a date but text

(neorg.tempus.insert-date-insert-mode)

Expected behavior

Inserting a date

Steps to reproduce

Open a .norg file
Go to Insert mode
Using M-d

Potentially conflicting plugins

Org-mode

Other information

No response

Help

None

Implementation help

No response

@mcp1766 mcp1766 added the bug Issues related to bugs. Please attach a severity, a priority and category with this label. label Dec 31, 2024
@github-project-automation github-project-automation bot moved this to added-updated-reopened in sorting neorg issue tracker Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues related to bugs. Please attach a severity, a priority and category with this label.
Projects
None yet
Development

No branches or pull requests

1 participant