Compare commits

..

2 Commits

2 changed files with 15 additions and 5 deletions

View File

@ -312,6 +312,18 @@ return {
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
{ "@markup.heading.1", { fg = colors.crystalBlue, bold = true } },

View File

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