feat(nvim): added cloak extra

This commit is contained in:
Sergio Laín 2024-01-05 10:56:06 +01:00
parent 457f985e47
commit e0f044ac29
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -0,0 +1,5 @@
return {
"laytan/cloak.nvim",
event = "BufRead .env*",
opts = {},
}