summaryrefslogtreecommitdiff
path: root/tests/minimal_lsp.lua
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-10-17 17:29:15 +0200
committerkylo252 <[email protected]>2022-10-17 17:29:15 +0200
commit4ef07315003f723bb8e97d5a91b2bde3773ec1b8 (patch)
treee9889a492f76e3f9573228343aaba647dfd48136 /tests/minimal_lsp.lua
parente4a5fe97abe500bbbe78fb137d57a59f558da05a (diff)
parent6f6cbc394d2a7e64964b6067a2f42d2e6a07824e (diff)
Merge remote-tracking branch 'origin/rolling'
Diffstat (limited to 'tests/minimal_lsp.lua')
-rw-r--r--tests/minimal_lsp.lua2
1 files changed, 1 insertions, 1 deletions
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", "<space>q", vim.diagnostic.setloclist, opts)
vim.keymap.set("n", "<space>li", "<cmd>LspInfo<CR>", opts)
- vim.keymap.set("n", "<space>lI", "<cmd>MasonCR>", opts)
+ vim.keymap.set("n", "<space>lI", "<cmd>Mason<CR>", opts)
end
-- Add the server that troubles you here, e.g. "clangd", "pyright", "tsserver"