diff --git a/README.md b/README.md index a2c4b0d..8ebd212 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ config = function(_, opts) -- Associate .env files as "dotenv" vim.filetype.add({ pattern = { - ['.env.*'] = 'dotenv', + ['%.env.*'] = 'dotenv', }, }) end