mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/emmet: remove to strict typing on option 'mode'
This commit is contained in:
parent
2d234cb7d1
commit
ee7f6b703a
1 changed files with 1 additions and 2 deletions
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue