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", "m4xshen/hardtime.nvim",
lazy = false, lazy = false,
dependencies = { "MunifTanjim/nui.nvim" }, dependencies = { "MunifTanjim/nui.nvim" },
opts = { opts = {},
disabled_keys = {
["<Insert>"] = { "", "i" },
["<Home>"] = { "", "i" },
["<End>"] = { "", "i" },
["<PageUp>"] = { "", "i" },
["<PageDown>"] = { "", "i" },
},
},
} }

View file

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