mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
fix: typo pvode
This commit is contained in:
parent
c5280b8d08
commit
090f4c3d24
3 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
if not vim.g.neovide and vim.g.pvode_minianimate and true or false then
|
||||
if not vim.g.neovide and vim.g.pcode_minianimate and true or false then
|
||||
return {
|
||||
-- animations
|
||||
{
|
||||
"echasnovski/mini.animate",
|
||||
event = "BufRead",
|
||||
enabled = not vim.g.neovide and vim.g.pvode_minianimate and true or false,
|
||||
enabled = not vim.g.neovide and vim.g.pcode_minianimate and true or false,
|
||||
opts = function()
|
||||
-- don't use animate when scrolling with the mouse
|
||||
local mouse_scrolled = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue