diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-03-18 23:29:06 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-03-18 23:29:06 +0200 |
| commit | 04fb00bcd5bf415137e3b5ee7c4f92eaf235cb5c (patch) | |
| tree | 96f4ebe954a0711d446eb263dc99afd7cc5c7250 /lua | |
| parent | 37be25930e0f213ea1ec1e6ed62d9d8c01a550bb (diff) | |
| download | dotfiles-04fb00bcd5bf415137e3b5ee7c4f92eaf235cb5c.tar.gz dotfiles-04fb00bcd5bf415137e3b5ee7c4f92eaf235cb5c.zip | |
Add rust
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/dap.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 9b96528..1f9a8f1 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -39,6 +39,7 @@ dap.configurations.cpp = { } dap.configurations.c = dap.configurations.cpp +dap.configurations.rust = dap.configurations.cpp dap.adapters.python = { type = 'executable'; |
