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",
|
"m4xshen/hardtime.nvim",
|
||||||
lazy = false,
|
lazy = false,
|
||||||
dependencies = { "MunifTanjim/nui.nvim" },
|
dependencies = { "MunifTanjim/nui.nvim" },
|
||||||
opts = {
|
opts = {},
|
||||||
disabled_keys = {
|
|
||||||
["<Insert>"] = { "", "i" },
|
|
||||||
["<Home>"] = { "", "i" },
|
|
||||||
["<End>"] = { "", "i" },
|
|
||||||
["<PageUp>"] = { "", "i" },
|
|
||||||
["<PageDown>"] = { "", "i" },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,9 @@
|
||||||
return {
|
return {
|
||||||
"tris203/precognition.nvim",
|
"tris203/precognition.nvim",
|
||||||
--event = "VeryLazy",
|
event = "VeryLazy",
|
||||||
opts = {
|
opts = {
|
||||||
startVisible = true,
|
startVisible = true,
|
||||||
showBlankVirtLine = true,
|
showBlankVirtLine = true,
|
||||||
highlightColor = { link = "Comment" },
|
highlightColor = { link = "Comment" },
|
||||||
disabled_fts = {
|
|
||||||
"startify",
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue