mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -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)
|
||||
|
||||
;; Protocol Buffers
|
||||
|
||||
(use-package protobuf-mode)
|
||||
|
||||
;; Python
|
||||
|
||||
(setq dap-python-debugger 'debugpy)
|
||||
|
|
Loading…
Reference in a new issue