seems to disable everything we may have to use a more complicated method

This commit is contained in:
Chris 2021-07-04 10:22:16 -04:00
parent 1ed7392534
commit 0d14b91e1e
6 changed files with 18 additions and 18 deletions

View file

@ -1,6 +1,6 @@
if not package.loaded['nvim-autopairs'] then
return
end
-- if not package.loaded['nvim-autopairs'] then
-- return
-- end
local npairs = require('nvim-autopairs')
local Rule = require('nvim-autopairs.rule')