update plugins

This commit is contained in:
phucisstupid 2025-09-15 20:54:28 +07:00
parent 77477a3807
commit 0372ee21c0
2 changed files with 2 additions and 13 deletions

View file

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

View file

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