From 75ae10571da39dbaaf13e2520d8d27715549630d Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 10 Oct 2024 08:58:59 -0500 Subject: [PATCH] tests/byte-compile-lua: server_configurations -> configs https://github.com/neovim/nvim-lspconfig/commit/bedb2a0df105f68a624a49b867f269b6d55a2c89 --- tests/test-sources/modules/performance/byte-compile-lua.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-sources/modules/performance/byte-compile-lua.nix b/tests/test-sources/modules/performance/byte-compile-lua.nix index 87462030..5375425a 100644 --- a/tests/test-sources/modules/performance/byte-compile-lua.nix +++ b/tests/test-sources/modules/performance/byte-compile-lua.nix @@ -272,7 +272,7 @@ in -- nvim-lspconfig test_rtp_file("lua/lspconfig.lua", true) - test_rtp_file("lua/lspconfig/server_configurations/nixd.lua", true) + test_rtp_file("lua/lspconfig/configs/nixd.lua", true) test_rtp_file("plugin/lspconfig.lua", true) test_rtp_file("doc/lspconfig.txt", false)