about summary refs log tree commit diff
path: root/pkgs/misc/vim-plugins
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-06-22 11:05:41 +0200
committerGitHub <noreply@github.com>2020-06-22 11:05:41 +0200
commit554e90cae7e9103a66c6b16e3a5888f292731f72 (patch)
treef37036c5acaac8db1680568e0a0b6d058ce72675 /pkgs/misc/vim-plugins
parent9e3dd2279529128f5aec584874185b86eaff08aa (diff)
downloadnixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.tar
nixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.tar.gz
nixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.tar.bz2
nixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.tar.lz
nixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.tar.xz
nixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.tar.zst
nixlib-554e90cae7e9103a66c6b16e3a5888f292731f72.zip
vimPlugins.vim-bsv: init at 2019-07-11 (#91253)
This provides syntax highlighting, autoindent, completions and more for
Bluespec (.bsv) files.
Diffstat (limited to 'pkgs/misc/vim-plugins')
-rw-r--r--pkgs/misc/vim-plugins/generated.nix12
-rw-r--r--pkgs/misc/vim-plugins/vim-plugin-names1
2 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/misc/vim-plugins/generated.nix b/pkgs/misc/vim-plugins/generated.nix
index 9e2120d9da36..5cd7df4597f2 100644
--- a/pkgs/misc/vim-plugins/generated.nix
+++ b/pkgs/misc/vim-plugins/generated.nix
@@ -4021,6 +4021,18 @@ let
     meta.homepage = "https://github.com/bling/vim-bufferline/";
   };
 
+  vim-bsv = buildVimPluginFrom2Nix {
+    pname = "vim-bsv";
+    version = "2019-07-11";
+    src = fetchFromGitHub {
+      owner = "mtikekar";
+      repo = "vim-bsv";
+      rev = "dc775cb06891dd0923b5e2a882f5dcee6451540a";
+      sha256 = "18wsbvypi62nwgcazw2m47d6k8ymlv1zwabs2gwl931n710ldkfc";
+    };
+    meta.homepage = "https://github.com/mtikekar/vim-bsv/";
+  };
+
   vim-bufkill = buildVimPluginFrom2Nix {
     pname = "vim-bufkill";
     version = "2020-04-29";
diff --git a/pkgs/misc/vim-plugins/vim-plugin-names b/pkgs/misc/vim-plugins/vim-plugin-names
index 9bd1657e4bd4..7b34ff4bd8b1 100644
--- a/pkgs/misc/vim-plugins/vim-plugin-names
+++ b/pkgs/misc/vim-plugins/vim-plugin-names
@@ -302,6 +302,7 @@ mopp/sky-color-clock.vim
 morhetz/gruvbox
 motus/pig.vim
 mpickering/hlint-refactor-vim
+mtikekar/vim-bsv
 nanotech/jellybeans.vim
 natebosch/vim-lsc
 nathanaelkane/vim-indent-guides