diff options
author | LostNeophyte <[email protected]> | 2023-01-26 11:34:29 +0100 |
---|---|---|
committer | LostNeophyte <[email protected]> | 2023-01-26 11:34:29 +0100 |
commit | 0251dfb9fae12f1e5f0b31b00a815f7089c63e7f (patch) | |
tree | 05bf05b857882740198a32b8b5c5a82133fcc7f8 /tests/specs/plugins_load_spec.lua | |
parent | 162eff8fd5a2a6df4f45ba24226438e3787fb605 (diff) |
fix tests and example config
Diffstat (limited to 'tests/specs/plugins_load_spec.lua')
-rw-r--r-- | tests/specs/plugins_load_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/plugins_load_spec.lua b/tests/specs/plugins_load_spec.lua index 37294c2e..6332448b 100644 --- a/tests/specs/plugins_load_spec.lua +++ b/tests/specs/plugins_load_spec.lua @@ -24,7 +24,7 @@ a.describe("plugin-loader", function() end) a.it("should be able to load lsp packages without errors", function() - require("lvim.lsp").setup() + require("lvim.core.builtins").setup("lsp", "lvim.lsp", lvim.lsp) local lsp_packages = { "lspconfig", |