This commit is contained in:
phucisstupid 2025-09-29 17:11:18 +07:00 committed by GitHub
parent bf154e7474
commit c6908ff668
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,17 +1,13 @@
return { return {
{ {
"tris203/precognition.nvim", "tris203/precognition.nvim",
event = "VeryLazy",
opts = { opts = {
startVisible = true, showBlankVirtLine = false,
showBlankVirtLine = true,
highlightColor = { link = "Comment" },
}, },
}, },
{ {
"m4xshen/hardtime.nvim", "m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" }, dependencies = { "MunifTanjim/nui.nvim" },
opts = {}, opts = {},
}, },