vim-lsc: init at fe6d3bd

`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 #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.
This commit is contained in:
Cody Allen 2018-12-18 20:04:40 -08:00
parent e3a931c41e
commit 4699d76d98
No known key found for this signature in database
GPG key ID: 9D6E4A9401BF3AA4
2 changed files with 11 additions and 0 deletions

View file

@ -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 {

View file

@ -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