mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
update plugins
This commit is contained in:
parent
77477a3807
commit
0372ee21c0
2 changed files with 2 additions and 13 deletions
|
|
@ -2,13 +2,5 @@ return {
|
|||
"m4xshen/hardtime.nvim",
|
||||
lazy = false,
|
||||
dependencies = { "MunifTanjim/nui.nvim" },
|
||||
opts = {
|
||||
disabled_keys = {
|
||||
["<Insert>"] = { "", "i" },
|
||||
["<Home>"] = { "", "i" },
|
||||
["<End>"] = { "", "i" },
|
||||
["<PageUp>"] = { "", "i" },
|
||||
["<PageDown>"] = { "", "i" },
|
||||
},
|
||||
},
|
||||
opts = {},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,12 +1,9 @@
|
|||
return {
|
||||
"tris203/precognition.nvim",
|
||||
--event = "VeryLazy",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
startVisible = true,
|
||||
showBlankVirtLine = true,
|
||||
highlightColor = { link = "Comment" },
|
||||
disabled_fts = {
|
||||
"startify",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue