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.
wip/yesman
Cody Allen 6 years ago
parent e3a931c41e
commit 4699d76d98
No known key found for this signature in database
GPG Key ID: 9D6E4A9401BF3AA4
  1. 10
      pkgs/misc/vim-plugins/generated.nix
  2. 1
      pkgs/misc/vim-plugins/vim-plugin-names

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

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

Loading…
Cancel
Save