plugins/emmet: remove to strict typing on option 'mode'

This commit is contained in:
Gaetan Lepage 2024-02-11 13:58:53 +01:00 committed by Gaétan Lepage
parent 2d234cb7d1
commit ee7f6b703a

View file

@ -14,8 +14,7 @@ with helpers.vim-plugin;
options = {
mode = mkDefaultOpt {
type = types.enum ["i" "n" "v" "a"];
global = "mode";
type = types.str;
description = "Mode where emmet will enable";
};