diff --git a/lua/lazyvim/plugins/extras/util/beginner.lua b/lua/lazyvim/plugins/extras/util/beginner.lua new file mode 100644 index 00000000..be49b119 --- /dev/null +++ b/lua/lazyvim/plugins/extras/util/beginner.lua @@ -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 = {}, + }, +} diff --git a/lua/lazyvim/plugins/extras/workflow/hardtime.lua b/lua/lazyvim/plugins/extras/workflow/hardtime.lua deleted file mode 100644 index a435557d..00000000 --- a/lua/lazyvim/plugins/extras/workflow/hardtime.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - "m4xshen/hardtime.nvim", - lazy = false, - dependencies = { "MunifTanjim/nui.nvim" }, - opts = {}, -} diff --git a/lua/lazyvim/plugins/extras/workflow/precognition.lua b/lua/lazyvim/plugins/extras/workflow/precognition.lua deleted file mode 100644 index 576a2474..00000000 --- a/lua/lazyvim/plugins/extras/workflow/precognition.lua +++ /dev/null @@ -1,9 +0,0 @@ -return { - "tris203/precognition.nvim", - event = "VeryLazy", - opts = { - startVisible = true, - showBlankVirtLine = true, - highlightColor = { link = "Comment" }, - }, -}