feat(extras): add workflow.hardtime and workflow.precognition

This commit is contained in:
phucisstupid 2025-09-15 20:40:30 +07:00
parent 5e7da4384d
commit 77477a3807
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,14 @@
return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
opts = {
disabled_keys = {
["<Insert>"] = { "", "i" },
["<Home>"] = { "", "i" },
["<End>"] = { "", "i" },
["<PageUp>"] = { "", "i" },
["<PageDown>"] = { "", "i" },
},
},
}

View file

@ -0,0 +1,12 @@
return {
"tris203/precognition.nvim",
--event = "VeryLazy",
opts = {
startVisible = true,
showBlankVirtLine = true,
highlightColor = { link = "Comment" },
disabled_fts = {
"startify",
},
},
}