mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
cleanup
This commit is contained in:
parent
bf154e7474
commit
c6908ff668
1 changed files with 1 additions and 5 deletions
|
|
@ -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 = {},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue