mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-30 04:24:26 +02:00
update
This commit is contained in:
parent
09a1733514
commit
976845601b
8 changed files with 28 additions and 28 deletions
|
@ -39,7 +39,7 @@ return {
|
|||
},
|
||||
{
|
||||
"gbprod/yanky.nvim",
|
||||
event = "BufRead",
|
||||
event = "InsertEnter",
|
||||
config = function()
|
||||
require("user.yanky")
|
||||
end,
|
||||
|
|
|
@ -2,7 +2,7 @@ return {
|
|||
-- animations
|
||||
{
|
||||
"echasnovski/mini.animate",
|
||||
event = "BufRead",
|
||||
event = "InsertEnter",
|
||||
opts = function()
|
||||
-- don't use animate when scrolling with the mouse
|
||||
local mouse_scrolled = false
|
||||
|
|
|
@ -17,7 +17,7 @@ return {
|
|||
-- require("user.lualine")
|
||||
-- end,
|
||||
-- },
|
||||
{ "RRethy/vim-illuminate", event = "BufRead", enabled = true },
|
||||
{ "RRethy/vim-illuminate", event = "InsertEnter", enabled = true },
|
||||
-- { "cpea2506/one_monokai.nvim" },
|
||||
-- { "luisiacc/gruvbox-baby", lazy = true, enabled = false },
|
||||
-- { "projekt0n/github-nvim-theme", version = "v0.0.7" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue