vimPlugins: cleanup overrides arguments
This commit is contained in:
parent
e2926d64ba
commit
78c9b87283
@ -1,81 +1,87 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, python
|
|
||||||
, cmake
|
# nixpkgs functions
|
||||||
, meson
|
|
||||||
, vim
|
|
||||||
, ruby
|
|
||||||
, which
|
|
||||||
, fetchFromGitHub
|
|
||||||
, fetchurl
|
|
||||||
, fetchpatch
|
|
||||||
, llvmPackages
|
|
||||||
, rustPlatform
|
|
||||||
, buildGoModule
|
, buildGoModule
|
||||||
, pkg-config
|
, buildVimPluginFrom2Nix
|
||||||
, curl
|
, fetchFromGitHub
|
||||||
, openssl
|
, fetchpatch
|
||||||
, libgit2
|
, fetchurl
|
||||||
, libiconv
|
, substituteAll
|
||||||
, xkb-switch
|
|
||||||
, fzf
|
# Language dependencies
|
||||||
, skim
|
, python
|
||||||
, stylish-haskell
|
|
||||||
, python3
|
, python3
|
||||||
|
, rustPlatform
|
||||||
|
|
||||||
|
# Misc dependencies
|
||||||
|
, Cocoa
|
||||||
|
, code-minimap
|
||||||
|
, dasht
|
||||||
|
, direnv
|
||||||
|
, fzf
|
||||||
|
, gnome3
|
||||||
|
, khard
|
||||||
|
, languagetool
|
||||||
|
, llvmPackages
|
||||||
|
, meson
|
||||||
|
, nim
|
||||||
|
, nodePackages
|
||||||
|
, skim
|
||||||
|
, sqlite
|
||||||
|
, stylish-haskell
|
||||||
|
, tabnine
|
||||||
|
, vim
|
||||||
|
, which
|
||||||
|
, xkb-switch
|
||||||
|
, ycmd
|
||||||
|
|
||||||
|
# command-t dependencies
|
||||||
|
, rake
|
||||||
|
, ruby
|
||||||
|
|
||||||
|
# cpsm dependencies
|
||||||
, boost
|
, boost
|
||||||
|
, cmake
|
||||||
, icu
|
, icu
|
||||||
, ncurses
|
, ncurses
|
||||||
, ycmd
|
|
||||||
, rake
|
|
||||||
, gobject-introspection
|
|
||||||
, glib
|
|
||||||
, wrapGAppsHook
|
|
||||||
, substituteAll
|
|
||||||
, languagetool
|
|
||||||
, tabnine
|
|
||||||
|
|
||||||
, Cocoa
|
# LanguageClient-neovim dependencies
|
||||||
, CoreFoundation
|
, CoreFoundation
|
||||||
, CoreServices
|
, CoreServices
|
||||||
|
|
||||||
, buildVimPluginFrom2Nix
|
# sved dependencies
|
||||||
, nodePackages
|
, glib
|
||||||
, dasht
|
, gobject-introspection
|
||||||
, sqlite
|
, wrapGAppsHook
|
||||||
, code-minimap
|
|
||||||
|
|
||||||
# deoplete-khard dependency
|
# vim-clap dependencies
|
||||||
, khard
|
, curl
|
||||||
|
, libgit2
|
||||||
|
, libiconv
|
||||||
|
, openssl
|
||||||
|
, pkg-config
|
||||||
|
|
||||||
# vim-go dependencies
|
# vim-go dependencies
|
||||||
, asmfmt
|
, asmfmt
|
||||||
, delve
|
, delve
|
||||||
, errcheck
|
, errcheck
|
||||||
, godef
|
|
||||||
, golint
|
|
||||||
, gomodifytags
|
|
||||||
, gotags
|
|
||||||
, gotools
|
|
||||||
, go-motion
|
|
||||||
, gnused
|
, gnused
|
||||||
, reftools
|
, go-motion
|
||||||
, gogetdoc
|
, go-tools
|
||||||
, golangci-lint
|
|
||||||
, impl
|
|
||||||
, iferr
|
|
||||||
, gocode
|
, gocode
|
||||||
, gocode-gomod
|
, gocode-gomod
|
||||||
, go-tools
|
, godef
|
||||||
|
, gogetdoc
|
||||||
|
, golangci-lint
|
||||||
|
, golint
|
||||||
|
, gomodifytags
|
||||||
, gopls
|
, gopls
|
||||||
|
, gotags
|
||||||
# direnv-vim dependencies
|
, gotools
|
||||||
, direnv
|
, iferr
|
||||||
|
, impl
|
||||||
# vCoolor dependency
|
, reftools
|
||||||
, gnome3
|
|
||||||
|
|
||||||
# fruzzy dependency
|
|
||||||
, nim
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
self: super: {
|
self: super: {
|
||||||
|
Loading…
Reference in New Issue
Block a user