refactor(nvim): use telescope-orgmode from original repo
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s

This commit is contained in:
Price Hiller 2024-07-03 01:31:06 -05:00
parent f97d2e3579
commit 54dc1415db
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -98,7 +98,7 @@ return {
end, end,
}, },
{ {
"https://git.orion-technologies.io/Price/telescope-orgmode.nvim", "nvim-orgmode/telescope-orgmode.nvim",
dependencies = { dependencies = {
"nvim-orgmode/orgmode", "nvim-orgmode/orgmode",
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
@ -121,6 +121,12 @@ return {
desc = "Telescope: Orgmode Refile Heading", desc = "Telescope: Orgmode Refile Heading",
silent = true, silent = true,
}, },
{
"<leader>osi",
":Telescope orgmode insert_link<CR>",
desc = "Telescope: Orgmode Insert Link",
silent = true,
},
}, },
config = function() config = function()
require("telescope").load_extension("orgmode") require("telescope").load_extension("orgmode")