Addition config for dap-mode with python

This commit is contained in:
Andrew Scott 2022-02-10 21:50:26 -05:00
parent 639a82907b
commit c8bf6db666
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -246,9 +246,17 @@
(lsp-ui-doc-show))
(use-package dap-mode
:after lsp-mode
:commands dap-debug
:hook ((python-mode . dap-ui-mode)
(python-mode . dap-mode))
:config
(dap-ui-mode 1)
(dap-tooltip-mode 1))
(dap-tooltip-mode 1)
(eval-when-compile
(require 'cl-lib))
(require 'dap-python)
(require 'dap-lldb))
(use-package company
:config