mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -1,10 +1,10 @@
|
|||
if not vim.g.neovide and vim.g.pcode_minianimate and true or false then
|
||||
if not vim.g.neovide and pcode.minianimate and true or false then
|
||||
return {
|
||||
-- animations
|
||||
{
|
||||
"echasnovski/mini.animate",
|
||||
event = "BufRead",
|
||||
enabled = not vim.g.neovide and vim.g.pcode_minianimate and true or false,
|
||||
enabled = not vim.g.neovide and 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