Skip to content

Commit

Permalink
vimPlugins: cleanup overrides arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
malob authored and Jonathan Ringer committed Apr 19, 2021
1 parent e2926d6 commit 78c9b87
Showing 1 changed file with 58 additions and 52 deletions.
110 changes: 58 additions & 52 deletions pkgs/misc/vim-plugins/overrides.nix
@@ -1,81 +1,87 @@
{ lib
, stdenv
, python
, cmake
, meson
, vim
, ruby
, which

# nixpkgs functions
, buildGoModule
, buildVimPluginFrom2Nix
, fetchFromGitHub
, fetchurl
, fetchpatch
, llvmPackages
, fetchurl
, substituteAll

# Language dependencies
, python
, python3
, rustPlatform
, buildGoModule
, pkg-config
, curl
, openssl
, libgit2
, libiconv
, xkb-switch

# Misc dependencies
, Cocoa
, code-minimap
, dasht
, direnv
, fzf
, gnome3
, khard
, languagetool
, llvmPackages
, meson
, nim
, nodePackages
, skim
, sqlite
, stylish-haskell
, python3
, tabnine
, vim
, which
, xkb-switch
, ycmd

# command-t dependencies
, rake
, ruby

# cpsm dependencies
, boost
, cmake
, icu
, ncurses
, ycmd
, rake
, gobject-introspection
, glib
, wrapGAppsHook
, substituteAll
, languagetool
, tabnine

, Cocoa
# LanguageClient-neovim dependencies
, CoreFoundation
, CoreServices

, buildVimPluginFrom2Nix
, nodePackages
, dasht
, sqlite
, code-minimap
# sved dependencies
, glib
, gobject-introspection
, wrapGAppsHook

# deoplete-khard dependency
, khard
# vim-clap dependencies
, curl
, libgit2
, libiconv
, openssl
, pkg-config

# vim-go dependencies
# vim-go dependencies
, asmfmt
, delve
, errcheck
, gnused
, go-motion
, go-tools
, gocode
, gocode-gomod
, godef
, gogetdoc
, golangci-lint
, golint
, gomodifytags
, gopls
, gotags
, gotools
, go-motion
, gnused
, reftools
, gogetdoc
, golangci-lint
, impl
, iferr
, gocode
, gocode-gomod
, go-tools
, gopls

# direnv-vim dependencies
, direnv

# vCoolor dependency
, gnome3

# fruzzy dependency
, nim
, impl
, reftools
}:

self: super: {
Expand Down

0 comments on commit 78c9b87

Please sign in to comment.