Describe the bug
When I change smartpairs_maxdepth, I get an error screen
To Reproduce
- Using this configuration for Lazy plugin manager
return { 'gorkunov/smartpairs.vim', init = function() vim.g['smartpairs_maxdepth'] = 50 end }
-
Create a file that's over 50 lines and scroll to the bottom of it
-
Hit vv
Other information
- Distribution: Mac OS Intel
- Nvim version: v0.9.1
Describe the bug
When I change smartpairs_maxdepth, I get an error screen
To Reproduce
return { 'gorkunov/smartpairs.vim', init = function() vim.g['smartpairs_maxdepth'] = 50 end }Create a file that's over 50 lines and scroll to the bottom of it
Hit vv
Other information