chore: remove telescope

This commit is contained in:
2025-10-08 17:05:03 +03:00
parent 168bd977df
commit f7194a919e
20 changed files with 125 additions and 464 deletions

View File

@@ -1,8 +1,5 @@
return {
"nvim-neorg/neorg",
dependencies = {
"nvim-neorg/neorg-telescope",
},
lazy = true,
version = "*",
ft = "norg",
@@ -112,15 +109,6 @@ 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,
},
},
},
},
},
}