Skip to content

Commit

Permalink
vimPlugins.neuron-vim: init at 2020-07-05
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran Hossain authored and Jon committed Jul 5, 2020
1 parent 8854d86 commit c6aa405
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 @@ -2507,6 +2507,18 @@ let
meta.homepage = "https://github.com/albfan/nerdtree-git-plugin/";
};

neuron-vim = buildVimPluginFrom2Nix {
pname = "neuron-vim";
version = "2020-07-05";
src = fetchFromGitHub {
owner = "ihsanturk";
repo = "neuron.vim";
rev = "4ccd13f95a2c9f3dafef2d4adf633e0b18a16019";
sha256 = "1z7i0szajykhdqckjydgh297k6b83ni9yds809skx90dlgbxwpfx";
};
meta.homepage = "https://github.com/ihsanturk/neuron.vim/";
};

nim-vim = buildVimPluginFrom2Nix {
pname = "nim-vim";
version = "2019-04-26";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -146,6 +146,7 @@ hsitz/VimOrganizer
iamcco/coc-spell-checker
ianks/vim-tsx
idris-hackers/idris-vim
ihsanturk/neuron.vim
Inazuma110/deoplete-greek
inkarkat/vim-SyntaxRange
int3/vim-extradite
Expand Down

0 comments on commit c6aa405

Please sign in to comment.