1
Fork 0

Remove neovim autoclose plugin

This commit is contained in:
caem 2024-06-23 22:45:40 +02:00
parent 4d2c712bb7
commit 7ac1da2387
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -1,7 +0,0 @@
return {
"m4xshen/autoclose.nvim",
config = function()
require"autoclose".setup()
end
}