We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.10.3
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" }, }, }
lazy.nvim
lazy = true
Using default keybinding "M-d" Neorg dos not insert a date but text
(neorg.tempus.insert-date-insert-mode)
Inserting a date
Open a .norg file Go to Insert mode Using M-d
Org-mode
No response
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisites
Neovim Version
0.10.3
Neorg setup
return {
"nvim-neorg/neorg",
lazy = false, -- Disable lazy loading as some
lazy.nvim
distributions setlazy = true
by defaultversion = "*", -- 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",/.config/nvim/notes/technical/",export_format = "markdown",
},
},
["core.dirman"] = {
config = {
workspaces = {
technical = "
personal = "
/.config/nvim/notes/personal",/.config/nvim/notes/work/",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
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
The text was updated successfully, but these errors were encountered: