plugins/emmet: remove useless global for option 'settings'

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

View file

@ -27,7 +27,6 @@ with helpers.vim-plugin;
settings = mkDefaultOpt { settings = mkDefaultOpt {
type = with types; attrsOf anything; type = with types; attrsOf anything;
global = "settings";
description = "Emmet settings"; description = "Emmet settings";
}; };
}; };