install autoclose
This commit is contained in:
parent
d67374d51c
commit
e845ccea93
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"m4xshen/autoclose.nvim",
|
||||||
|
config = function()
|
||||||
|
require("autoclose").setup({})
|
||||||
|
end,
|
||||||
|
}
|
Loading…
Reference in New Issue