Skip to content

Commit

Permalink
enable codelldb for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
kgstaley committed May 1, 2024
1 parent 9fcd7dd commit 68f6dbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,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
--
Expand Down

0 comments on commit 68f6dbb

Please sign in to comment.