Compare commits

..

No commits in common. "8c255fab19a91f5d841cbe3edc92ca8a9701754d" and "75c12a3e40956d941f1d158666e5031074a5a90a" have entirely different histories.

2 changed files with 5 additions and 15 deletions

View File

@ -312,18 +312,6 @@ return {
nocombine = true, nocombine = true,
}, },
}, },
{
"@org.priority.highest",
{ fg = colors.samuraiRed, nocombine = true, underline = true, bold = true },
},
{
"@org.priority.default",
{ fg = colors.roninYellow, nocombine = true, underline = true, bold = true },
},
{
"@org.priority.lowest",
{ fg = colors.fujiWhite, nocombine = true, underline = true, bold = true },
},
-- Titles/Headlines -- Titles/Headlines
{ "@markup.heading.1", { fg = colors.crystalBlue, bold = true } }, { "@markup.heading.1", { fg = colors.crystalBlue, bold = true } },

View File

@ -5,9 +5,6 @@ return {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
cmd = { cmd = {
"Telescope", "Telescope",
"FrecencyMigrateDB",
"FrecencyValidate",
"FrecencyDelete",
}, },
keys = { keys = {
{ {
@ -87,6 +84,11 @@ return {
"nvim-telescope/telescope-z.nvim", "nvim-telescope/telescope-z.nvim",
{ {
"nvim-telescope/telescope-frecency.nvim", "nvim-telescope/telescope-frecency.nvim",
cmd = {
"FrecencyMigrateDB",
"FrecencyValidate",
"FrecencyDelete",
},
}, },
"debugloop/telescope-undo.nvim", "debugloop/telescope-undo.nvim",
"rcarriga/nvim-notify", "rcarriga/nvim-notify",