From e6df0e2ca53fd29fce40a1406849702dc6efd87a Mon Sep 17 00:00:00 2001 From: Kerry Staley <35789718+kgstaley@users.noreply.github.com> Date: Wed, 1 May 2024 12:53:42 -0700 Subject: [PATCH] enable codelldb for rust --- init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.lua b/init.lua index 7a19de50ee1..b23ea0f7084 100644 --- a/init.lua +++ b/init.lua @@ -656,6 +656,9 @@ require('lazy').setup({ solargraph = { filetypes = { 'ruby' }, }, + codelldb = { + filetypes = { 'rust' }, + }, -- rubocop = {}, -- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs --