vimPlugins.vim-bsv: init at 2019-07-11 (#91253)
This provides syntax highlighting, autoindent, completions and more for Bluespec (.bsv) files.
This commit is contained in:
parent
9e3dd22795
commit
554e90cae7
2 changed files with 13 additions and 0 deletions
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue