This commit is contained in:
asep komarudin 2023-09-08 19:47:20 +07:00
parent 09a1733514
commit 976845601b
8 changed files with 28 additions and 28 deletions

View file

@ -39,7 +39,7 @@ return {
},
{
"gbprod/yanky.nvim",
event = "BufRead",
event = "InsertEnter",
config = function()
require("user.yanky")
end,

View file

@ -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

View file

@ -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" },