Skip to content

Commit

Permalink
vim-lsc: init at fe6d3bd
Browse files Browse the repository at this point in the history
`natebosch/vim-lsc` is a language server client plugin for vim/neovim. This commit
adds it to the `vim-plugin-names` file and the generated vim-plugins
file.

This is a reboot of NixOS#52407 that doesn't call the `update.py` script for
vim plugins, because doing so led to quick merge conflicts. Let me know
if there is a preferred way to do this.
  • Loading branch information
ceedubs committed Dec 19, 2018
1 parent e3a931c commit 4699d76
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pkgs/misc/vim-plugins/generated.nix
Expand Up @@ -2621,6 +2621,16 @@
};
};

vim-lsc = buildVimPluginFrom2Nix {
name = "vim-lsc-2018-12-12";
src = fetchFromGitHub {
owner = "natebosch";
repo = "vim-lsc";
rev = "fe6d3bd6328d60cfe8c799a10c35f11153c082c9";
sha256 = "03rjbgj8647pvr1p2dqrp13z5793ivkb0ajwc65r604wgr5nva8j";
};
};

vim-maktaba = buildVimPluginFrom2Nix {
name = "vim-maktaba-2018-12-13";
src = fetchFromGitHub {
Expand Down
1 change: 1 addition & 0 deletions pkgs/misc/vim-plugins/vim-plugin-names
Expand Up @@ -191,6 +191,7 @@ mkasa/lushtags
morhetz/gruvbox
motus/pig.vim
mpickering/hlint-refactor-vim
natebosch/vim-lsc
nathanaelkane/vim-indent-guides
navicore/vissort.vim
nbouscal/vim-stylish-haskell
Expand Down

0 comments on commit 4699d76

Please sign in to comment.