From ab30b3e0544e11cc2d88c8ccbd68faaa526b823c Mon Sep 17 00:00:00 2001 From: Eric Olerud Date: Wed, 1 May 2024 13:45:52 -0400 Subject: [PATCH] remove delve from Mason Committer: Eric Olerud --- lua/kickstart/plugins/debug.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lua/kickstart/plugins/debug.lua b/lua/kickstart/plugins/debug.lua index 7be4abdb..64a8aa75 100644 --- a/lua/kickstart/plugins/debug.lua +++ b/lua/kickstart/plugins/debug.lua @@ -41,7 +41,12 @@ return { -- online, please don't ask me how to install them :) ensure_installed = { -- Update this to ensure that you have the debuggers for the langs you want - 'delve', + 'clangd', + 'json-lsp', + 'rust-analyzer', + 'lua-language-server', + 'stylua', + 'xmlformatter', }, }