starter/lua/plugins/autoclose.lua

11 lines
131 B
Lua
Raw Normal View History

2024-05-05 04:46:32 +08:00
if true then
return {}
end
return {
"m4xshen/autoclose.nvim",
config = function()
require("autoclose").setup()
end,
}