Skip to content

Commit

Permalink
vimPlugins.hoon-vim: init at 2020-02-19
Browse files Browse the repository at this point in the history
  • Loading branch information
jtobin authored and Jon committed Sep 22, 2020
1 parent 03ea51a commit a4c2512
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -1533,6 +1533,18 @@ let
meta.homepage = "https://github.com/mpickering/hlint-refactor-vim/";
};

hoon-vim = buildVimPluginFrom2Nix {
pname = "hoon-vim";
version = "2019-02-19";
src = fetchFromGitHub {
owner = "urbit";
repo = "hoon.vim";
rev = "116f29971a2fbec8e484daeba8afd9d60f85800f";
sha256 = "029rm8njpsa0lhhh504975lmw7yr2bkvxi2gag1l9279r629vp2r";
};
meta.homepage = "https://github.com/urbit/hoon.vim/";
};

i3config-vim = buildVimPluginFrom2Nix {
pname = "i3config-vim";
version = "2020-03-28";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -544,6 +544,7 @@ uarun/vim-protobuf
udalov/kotlin-vim
ujihisa/neco-look
unblevable/quick-scope
urbit/hoon.vim
Valodim/deoplete-notmuch
vhda/verilog_systemverilog.vim
vim-airline/vim-airline
Expand Down

0 comments on commit a4c2512

Please sign in to comment.