add go ts mode to lsp hooks

This commit is contained in:
Elizabeth Hunt 2024-03-31 11:42:18 -06:00
parent 30e8a06399
commit f5f7c0be4b
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -288,6 +288,7 @@ must run ~(all-the-icons-install-fonts)~ and ~(nerd-fonts-install-fonts)~
:hook ((python-ts-mode . lsp) ;; pip install python-lsp-server pyls-black pyls-isort pyls-mypy
(elixir-mode . lsp)
(rust-mode . lsp)
(go-ts-mode . lsp)
(java-mode . lsp)
(php-mode . lsp)
(c-mode . lsp)