about summary refs log tree commit diff
path: root/pkgs/applications/editors/vim
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2022-09-03 18:01:21 +0000
committerGitHub <noreply@github.com>2022-09-03 18:01:21 +0000
commitfccce1e603f38a4103ceb2d168753e142d59754f (patch)
treeda6f4e809018d1feed8259d49a8fc6baf46472f4 /pkgs/applications/editors/vim
parente0f3de2dc629d2d5d01bcbbb7f94ddca5f9469bb (diff)
parent73ff5d3db37262657d568cd714bdd442074e0108 (diff)
downloadnixlib-fccce1e603f38a4103ceb2d168753e142d59754f.tar
nixlib-fccce1e603f38a4103ceb2d168753e142d59754f.tar.gz
nixlib-fccce1e603f38a4103ceb2d168753e142d59754f.tar.bz2
nixlib-fccce1e603f38a4103ceb2d168753e142d59754f.tar.lz
nixlib-fccce1e603f38a4103ceb2d168753e142d59754f.tar.xz
nixlib-fccce1e603f38a4103ceb2d168753e142d59754f.tar.zst
nixlib-fccce1e603f38a4103ceb2d168753e142d59754f.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/editors/vim')
-rw-r--r--pkgs/applications/editors/vim/plugins/generated.nix12
-rw-r--r--pkgs/applications/editors/vim/plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix
index 97ed48f92c13..5f4eaedc8aab 100644
--- a/pkgs/applications/editors/vim/plugins/generated.nix
+++ b/pkgs/applications/editors/vim/plugins/generated.nix
@@ -4437,6 +4437,18 @@ final: prev:
     meta.homepage = "https://github.com/tomasr/molokai/";
   };
 
+  moonscript-vim = buildVimPluginFrom2Nix {
+    pname = "moonscript-vim";
+    version = "2016-11-22";
+    src = fetchFromGitHub {
+      owner = "leafo";
+      repo = "moonscript-vim";
+      rev = "715c96c7c3b02adc507f84bf5754985460afc426";
+      sha256 = "1m4yz2xnazqagmkcli2xvwidsgssy9p650ykgdybk7wwlrq2vvqi";
+    };
+    meta.homepage = "https://github.com/leafo/moonscript-vim/";
+  };
+
   mru = buildVimPluginFrom2Nix {
     pname = "mru";
     version = "2022-08-20";
diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names
index 5a090d838992..2f6ba2b088fa 100644
--- a/pkgs/applications/editors/vim/plugins/vim-plugin-names
+++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names
@@ -372,6 +372,7 @@ https://github.com/jghauser/mkdir.nvim/,main,
 https://github.com/SidOfc/mkdx/,,
 https://github.com/tomasr/molokai/,,
 https://github.com/shaunsingh/moonlight.nvim/,,pure-lua
+https://github.com/leafo/moonscript-vim/,HEAD,
 https://github.com/yegappan/mru/,,
 https://github.com/ncm2/ncm2/,,
 https://github.com/ncm2/ncm2-bufword/,,