refactor(nvim): use telescope-orgmode
from original repo
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m2s
This commit is contained in:
parent
f97d2e3579
commit
54dc1415db
@ -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")
|
||||||
|
Loading…
Reference in New Issue
Block a user