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 Sep 24, 2024
1 parent 1edf18c commit e6df0e2
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 @@ -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
--
Expand Down

0 comments on commit e6df0e2

Please sign in to comment.