mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 05:54:13 +02:00
emmet: package option
This commit is contained in:
parent
11fa1fc7ad
commit
8cb15464e8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in with helpers;
|
|||
mkPlugin attrs {
|
||||
name = "emmet";
|
||||
description = "Enable emmet";
|
||||
extraPlugins = [ pkgs.vimPlugins.emmet-vim ];
|
||||
package = pkgs.vimPlugins.emmet-vim;
|
||||
|
||||
options = {
|
||||
mode = mkDefaultOpt {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue