From 7484be88c7a6806403a2fd28c2a4cf88f5a890ff Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Tue, 10 Sep 2024 18:10:09 -0500 Subject: [PATCH] plugins/rest-nvim: revert by-name migration Not sure yet why, but this plugin being here breaks treesitter and neotest. --- plugins/default.nix | 2 ++ plugins/{by-name/rest/default.nix => utils/rest.nix} | 0 .../plugins/{by-name/rest/default.nix => utils/rest.nix} | 0 3 files changed, 2 insertions(+) rename plugins/{by-name/rest/default.nix => utils/rest.nix} (100%) rename tests/test-sources/plugins/{by-name/rest/default.nix => utils/rest.nix} (100%) diff --git a/plugins/default.nix b/plugins/default.nix index c19c59db..e1103bc2 100644 --- a/plugins/default.nix +++ b/plugins/default.nix @@ -32,6 +32,8 @@ ./pluginmanagers/lazy.nix ./pluginmanagers/lz-n.nix + ./utils/rest.nix + ./deprecation.nix ]; } diff --git a/plugins/by-name/rest/default.nix b/plugins/utils/rest.nix similarity index 100% rename from plugins/by-name/rest/default.nix rename to plugins/utils/rest.nix diff --git a/tests/test-sources/plugins/by-name/rest/default.nix b/tests/test-sources/plugins/utils/rest.nix similarity index 100% rename from tests/test-sources/plugins/by-name/rest/default.nix rename to tests/test-sources/plugins/utils/rest.nix