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