Skip to content

Commit

Permalink
vimPlugins.vim-LanguageTool: init at 2020-10-29
Browse files Browse the repository at this point in the history
  • Loading branch information
RonanMacF authored and jonringer committed Nov 1, 2020
1 parent 214d9cd commit 6330a9a
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
Original file line number Diff line number Diff line change
Expand Up @@ -5281,6 +5281,18 @@ let
meta.homepage = "https://github.com/knubie/vim-kitty-navigator/";
};

vim-LanguageTool = buildVimPluginFrom2Nix {
pname = "vim-LanguageTool";
version = "2020-10-29";
src = fetchFromGitHub {
owner = "dpelle";
repo = "vim-LanguageTool";
rev = "d1f94ef917dddfd8c82589957b7aa6a55f382964";
sha256 = "1y2y3rkhnj6xhzkm0snfkb08h6jmyjiicmk4j8lw2vhszsfgz6ns";
};
meta.homepage = "https://github.com/dpelle/vim-LanguageTool/";
};

vim-lastplace = buildVimPluginFrom2Nix {
pname = "vim-lastplace";
version = "2020-01-20";
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ digitaltoad/vim-pug
direnv/direnv.vim
dleonard0/pony-vim-syntax
dmix/elvish.vim
dpelle/vim-LanguageTool
dracula/vim as dracula-vim
drewtempelmeyer/palenight.vim
drmingdrmer/xptemplate
Expand Down

0 comments on commit 6330a9a

Please sign in to comment.