about summary refs log tree commit diff
path: root/pkgs/applications/editors/neovim/tests/default.nix
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-02-06 20:07:50 -0500
committerGitHub <noreply@github.com>2023-02-06 20:07:50 -0500
commit42d1d60a92480ce905263fa3e21ffc31b2e1b7d3 (patch)
tree350cc6e95f292b79c51851e1495747b8efece865 /pkgs/applications/editors/neovim/tests/default.nix
parent50c4a50f2e54674638ff61ed4df8fab1c9c4f9fb (diff)
parent50e0012f9d576aed3765b0c540167513fa8c2fda (diff)
Merge pull request #206773 from SuperSandro2000/cleanup-unused-bindings
treewide: cleanup some unused bindings
Diffstat (limited to 'pkgs/applications/editors/neovim/tests/default.nix')
-rw-r--r--pkgs/applications/editors/neovim/tests/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/pkgs/applications/editors/neovim/tests/default.nix b/pkgs/applications/editors/neovim/tests/default.nix
index 29749c35db1fa..8a4e86ef6551b 100644
--- a/pkgs/applications/editors/neovim/tests/default.nix
+++ b/pkgs/applications/editors/neovim/tests/default.nix
@@ -9,8 +9,6 @@
 let
   inherit (neovimUtils) makeNeovimConfig;
 
-  packages.myVimPackage.start = with vimPlugins; [ vim-nix ];
-
   plugins = with vimPlugins; [
     {
       plugin = vim-obsession;
@@ -47,13 +45,6 @@ let
 
   nvimAutoDisableWrap = makeNeovimConfig { };
 
-  nvimConfDontWrap = makeNeovimConfig {
-    inherit plugins;
-    customRC = ''
-      " just a comment
-    '';
-  };
-
   wrapNeovim2 = suffix: config:
     wrapNeovimUnstable neovim-unwrapped (config // {
       extraName = suffix;