mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
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:
parent
e3a931c41e
commit
4699d76d98
@ -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…
Reference in New Issue
Block a user