mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-28 13:58:41 +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 {
|
mkPlugin attrs {
|
||||||
name = "emmet";
|
name = "emmet";
|
||||||
description = "Enable emmet";
|
description = "Enable emmet";
|
||||||
extraPlugins = [ pkgs.vimPlugins.emmet-vim ];
|
package = pkgs.vimPlugins.emmet-vim;
|
||||||
|
|
||||||
options = {
|
options = {
|
||||||
mode = mkDefaultOpt {
|
mode = mkDefaultOpt {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue