diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-05-26 15:46:38 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-05-26 15:46:38 -0700 |
commit | 65dea73b1362ba9ce03389e2148656bfba90d566 (patch) | |
tree | f95bb0f65d7160a2bee24fc18d682e3fd1fdf735 /.emacs.local.d/modes/company.el | |
parent | 38f4e04a6aea11231d14de45774fa158dae3ff1d (diff) |
lsp in go
Diffstat (limited to '.emacs.local.d/modes/company.el')
-rw-r--r-- | .emacs.local.d/modes/company.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/company.el b/.emacs.local.d/modes/company.el index dc80b33..cdc8c64 100644 --- a/.emacs.local.d/modes/company.el +++ b/.emacs.local.d/modes/company.el @@ -27,3 +27,7 @@ :init (with-eval-after-load 'company (add-to-list 'company-backends 'company-go))) + +(use-package company-lsp + :ensure t + :commands company-lsp) |