mirror of https://github.com/LazyVim/starter
11 lines
131 B
Lua
11 lines
131 B
Lua
|
if true then
|
||
|
return {}
|
||
|
end
|
||
|
|
||
|
return {
|
||
|
"m4xshen/autoclose.nvim",
|
||
|
config = function()
|
||
|
require("autoclose").setup()
|
||
|
end,
|
||
|
}
|