summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorWael M. Nasreddine <wael.nasreddine@gmail.com>2018-11-07 11:19:43 -0800
committerWael M. Nasreddine <wael.nasreddine@gmail.com>2018-11-07 11:19:43 -0800
commit24770039e5fdea65f38e32e7b34853a57693a521 (patch)
tree9734dd8c13ae5aaacc4dec7e8d3047910c9e6504 /pkgs/misc/vim-plugins
parent73cddf1e95a3d5aee6e113766a6af24d29c879f7 (diff)
downloadnixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.tar
nixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.tar.gz
nixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.tar.bz2
nixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.tar.lz
nixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.tar.xz
nixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.tar.zst
nixpkgs-24770039e5fdea65f38e32e7b34853a57693a521.zip
vimPlugins.emmet-vim: init at 2018-10-06
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix11
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 8243eb8e4ef..3de4ee5d1b0 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -477,6 +477,17 @@
     };
   };
 
+  emmet-vim = buildVimPluginFrom2Nix {
+    name = "emmet-vim-2018-10-06";
+    src = fetchFromGitHub {
+      owner = "mattn";
+      repo = "emmet-vim";
+      rev = "7a4bf3463ef1e2c08393218fc67a8729c00948a5";
+      sha256 = "15y5h7b6ll7nngaq9i44xb88rw2jg5ahbvybdn7kdf0nq1m3z409";
+      fetchSubmodules = true;
+    };
+  };
+
   ensime-vim = buildVimPluginFrom2Nix {
     name = "ensime-vim-2018-10-10";
     src = fetchFromGitHub {
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 33511a6efca..b4bbfc852d7 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -167,6 +167,7 @@ MarcWeber/vim-addon-syntax-checker
 MarcWeber/vim-addon-toggle-buffer
 MarcWeber/vim-addon-xdebug
 martinda/Jenkinsfile-vim-syntax
+mattn/emmet-vim
 mattn/gist-vim
 mattn/webapi-vim
 mbbill/undotree