Compare commits

..

2 Commits

2 changed files with 15 additions and 5 deletions

View File

@ -312,6 +312,18 @@ 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,6 +5,9 @@ return {
"nvim-telescope/telescope.nvim", "nvim-telescope/telescope.nvim",
cmd = { cmd = {
"Telescope", "Telescope",
"FrecencyMigrateDB",
"FrecencyValidate",
"FrecencyDelete",
}, },
keys = { keys = {
{ {
@ -84,11 +87,6 @@ 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",