Added protobuf-mode

This commit is contained in:
Andrew Scott 2022-08-15 18:55:22 -04:00
parent 866071ce88
commit 70084884c5
Signed by: a
GPG key ID: 3EB62D0BBB8DB381

View file

@ -426,6 +426,10 @@
(setq lsp-tex-server 'digestif)
;; Protocol Buffers
(use-package protobuf-mode)
;; Python
(setq dap-python-debugger 'debugpy)