mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Merge branch 'main' into single-monitor
This commit is contained in:
commit
4f09840804
1 changed files with 8 additions and 2 deletions
|
@ -251,8 +251,8 @@
|
|||
:hook ((python-mode . dap-ui-mode)
|
||||
(python-mode . dap-mode))
|
||||
:config
|
||||
(dap-ui-mode 1)
|
||||
(dap-tooltip-mode 1)
|
||||
;(dap-ui-mode 1)
|
||||
;(dap-tooltip-mode 1)
|
||||
(eval-when-compile
|
||||
(require 'cl-lib))
|
||||
(require 'dap-python)
|
||||
|
@ -305,6 +305,12 @@
|
|||
(setq lsp-tex-server 'digestif)
|
||||
|
||||
;; Python
|
||||
(use-package python-mode
|
||||
:config
|
||||
(require 'dap-python)
|
||||
:custom
|
||||
(dap-python-debugger 'debugpy))
|
||||
|
||||
(use-package lsp-pyright
|
||||
:hook (python-mode . (lambda ()
|
||||
(require 'lsp-pyright)
|
||||
|
|
Loading…
Reference in a new issue