mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-22 18:03:11 -05:00
Added protobuf-mode
This commit is contained in:
parent
866071ce88
commit
70084884c5
1 changed files with 4 additions and 0 deletions
|
@ -426,6 +426,10 @@
|
||||||
|
|
||||||
(setq lsp-tex-server 'digestif)
|
(setq lsp-tex-server 'digestif)
|
||||||
|
|
||||||
|
;; Protocol Buffers
|
||||||
|
|
||||||
|
(use-package protobuf-mode)
|
||||||
|
|
||||||
;; Python
|
;; Python
|
||||||
|
|
||||||
(setq dap-python-debugger 'debugpy)
|
(setq dap-python-debugger 'debugpy)
|
||||||
|
|
Loading…
Reference in a new issue