mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
move to beginner.lua
This commit is contained in:
parent
0372ee21c0
commit
bf154e7474
3 changed files with 18 additions and 15 deletions
18
lua/lazyvim/plugins/extras/util/beginner.lua
Normal file
18
lua/lazyvim/plugins/extras/util/beginner.lua
Normal 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 = {},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
return {
|
|
||||||
"m4xshen/hardtime.nvim",
|
|
||||||
lazy = false,
|
|
||||||
dependencies = { "MunifTanjim/nui.nvim" },
|
|
||||||
opts = {},
|
|
||||||
}
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
return {
|
|
||||||
"tris203/precognition.nvim",
|
|
||||||
event = "VeryLazy",
|
|
||||||
opts = {
|
|
||||||
startVisible = true,
|
|
||||||
showBlankVirtLine = true,
|
|
||||||
highlightColor = { link = "Comment" },
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue