way too lazy to sort this out, adding kitchen sink

This commit is contained in:
2024-01-30 21:52:24 -05:00
parent 6b7b94ad33
commit b62340de6f
16 changed files with 102 additions and 120 deletions

View File

@ -1,4 +1,4 @@
local status_ok, autopairs = pcall(require, "nvim-autopairs")
local status_ok, autopairs = pcall(require, "ultimate-autopair")
if not status_ok then
return
end