mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-28 11:30:06 +02:00
plugins/emmet: remove useless global for option 'settings'
This commit is contained in:
parent
0b5800a2a2
commit
2d234cb7d1
1 changed files with 0 additions and 1 deletions
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue