From ae5c20abf1cabfa598a382830214a4904ec275d5 Mon Sep 17 00:00:00 2001 From: Guido <38738725+guidomodarelli@users.noreply.github.com> Date: Wed, 28 Sep 2022 01:59:18 -0300 Subject: fix: update minimal_lsp.lua (#3090) --- tests/minimal_lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/minimal_lsp.lua b/tests/minimal_lsp.lua index 09224f94..01e814be 100644 --- a/tests/minimal_lsp.lua +++ b/tests/minimal_lsp.lua @@ -71,7 +71,7 @@ _G.load_config = function() vim.keymap.set("n", "]d", vim.diagnostic.goto_next, opts) vim.keymap.set("n", "q", vim.diagnostic.setloclist, opts) vim.keymap.set("n", "li", "LspInfo", opts) - vim.keymap.set("n", "lI", "MasonCR>", opts) + vim.keymap.set("n", "lI", "Mason", opts) end -- Add the server that troubles you here, e.g. "clangd", "pyright", "tsserver" -- cgit v1.2.3