mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-10-03
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user