-- File: lua/custom/plugins/autopairs.lua
return {
"rebelot/kanagawa.nvim",
config = function()
require("kanagawa").setup {}
end,
}