Compare commits
2 Commits
75c12a3e40
...
8c255fab19
Author | SHA1 | Date | |
---|---|---|---|
8c255fab19 | |||
111b7daa8b |
@ -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 } },
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user