about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorbandthedoge <bandithedoge@protonmail.com>2021-12-15 11:34:40 +0100
committerbandthedoge <bandithedoge@protonmail.com>2021-12-15 11:34:40 +0100
commit656116194e5fe46873cbaf7f6eb667a7cd45de84 (patch)
tree1aa57f4cd96447a393f580caa9a6758a93d29624 /pkgs/misc
parent2f719855597d0ebcdfbd9262eb3ed5bf1f51a3e2 (diff)
vimPlugins: remove ensime-vim from overrides
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/vim-plugins/overrides.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/misc/vim-plugins/overrides.nix b/pkgs/misc/vim-plugins/overrides.nix
index 88c89f0e96cdd..c2b8c186e559b 100644
--- a/pkgs/misc/vim-plugins/overrides.nix
+++ b/pkgs/misc/vim-plugins/overrides.nix
@@ -227,11 +227,6 @@ self: super: {
     '';
   });
 
-  ensime-vim = super.ensime-vim.overrideAttrs (old: {
-    passthru.python3Dependencies = ps: with ps; [ sexpdata websocket-client ];
-    dependencies = with self; [ vimproc-vim vimshell-vim self.self forms ];
-  });
-
   fcitx-vim = super.fcitx-vim.overrideAttrs (old: {
     passthru.python3Dependencies = ps: with ps; [ dbus-python ];
     meta = {