Update 2025-10-03

This commit is contained in:
2025-10-03 15:04:38 +03:00
parent 8e8c99a6cc
commit 168bd977df
20 changed files with 58 additions and 322 deletions

View File

@@ -1,10 +1,11 @@
return {
"nvim-neorg/neorg",
dependencies = {
{ "vhyrro/luarocks.nvim", config = true },
{ "nvim-lua/plenary.nvim" },
{ "nvim-neorg/neorg-telescope" },
"nvim-neorg/neorg-telescope",
},
lazy = true,
version = "*",
ft = "norg",
cmd = { "Neorg" },
keys = {
{
@@ -84,9 +85,6 @@ return {
{ ">", "<Plug>(neorg.promo.promote.range)", desc = "Promote Range", ft = { "norg" } },
{ "<", "<Plug>(neorg.promo.demote.range)", desc = "Demote Range", ft = { "norg" } },
},
lazy = true,
version = "*",
ft = "norg",
opts = {
load = {
["core.defaults"] = {}, -- Loads default behaviour