Add dap-cpptools to auto-requires of dap for rust
dap-cpptools is, for the time being, the recommended way of setting up dap-mode with Rust.
This commit is contained in:
parent
46732c0ada
commit
a7c58380fa
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
((:lang php +lsp) :after php-mode :require dap-php)
|
||||
((:lang python +lsp) :after python :require dap-python)
|
||||
((:lang ruby +lsp) :after ruby-mode :require dap-ruby)
|
||||
((:lang rust +lsp) :after rustic-mode :require dap-lldb)
|
||||
((:lang rust +lsp) :after rustic-mode :require (dap-lldb dap-cpptools))
|
||||
((:lang javascript +lsp)
|
||||
:after (js2-mode typescript-mode)
|
||||
:require (dap-node dap-chrome dap-firefox ,@(if IS-WINDOWS '(dap-edge)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue