Update 2024-06-25

This commit is contained in:
Kristofers Solo
2024-06-25 09:26:26 +03:00
parent ac77ae7902
commit fe927a0e6c
14 changed files with 112 additions and 73 deletions

View File

@@ -2,6 +2,8 @@ return {
"nvim-neorg/neorg",
dependencies = {
{ "vhyrro/luarocks.nvim", config = true },
{ "nvim-lua/plenary.nvim" },
{ "nvim-neorg/neorg-telescope" },
},
-- cmd = { "Neorg" },
lazy = false,
@@ -34,6 +36,15 @@ return {
},
},
-- ["core.ui.calendar"] = {},
["core.integrations.telescope"] = {
config = {
insert_file_link = {
-- Whether to show the title preview in telescope. Affects performance with a large
-- number of files.
show_title_preview = true,
},
},
},
},
},
}