mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
Added go-mode
This commit is contained in:
parent
8410241d87
commit
dc5ad35ec3
1 changed files with 4 additions and 0 deletions
|
@ -352,6 +352,10 @@
|
|||
:config
|
||||
(add-hook 'before-save-hook #'lsp-organize-imports))
|
||||
|
||||
;; Go
|
||||
|
||||
(use-package go-mode)
|
||||
|
||||
;; Java
|
||||
|
||||
;(use-package lsp-java)
|
||||
|
|
Loading…
Reference in a new issue