move to beginner.lua

This commit is contained in:
phucisstupid 2025-09-17 20:52:28 +07:00
parent 0372ee21c0
commit bf154e7474
3 changed files with 18 additions and 15 deletions

View file

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

View file

@ -1,6 +0,0 @@
return {
"m4xshen/hardtime.nvim",
lazy = false,
dependencies = { "MunifTanjim/nui.nvim" },
opts = {},
}

View file

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