diff --git a/emacs.d/custom.el b/emacs.d/custom.el index 863cf46..722f6b8 100644 --- a/emacs.d/custom.el +++ b/emacs.d/custom.el @@ -4,7 +4,7 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(package-selected-packages - '(adoc-mode csv-mode php-mode lsp-python-ms go-mode company projectile helm python-black cython-mode scss-mode vue-mode tide rust-mode company-auctex tex-site auctex sphinx-doc company-lsp lsp-ui lsp-mode ws-butler use-package smartparens pip-requirements osx-clipboard monokai-theme markdown-mode helm-projectile helm-ag godoctor go-guru go-eldoc go-autocomplete flycheck-gometalinter doom-modeline dockerfile-mode docker-compose-mode diminish company-go company-anaconda))) + '(lsp-python-ms helm-lsp go-mode company projectile helm adoc-mode csv-mode php-mode python-black cython-mode scss-mode vue-mode tide rust-mode company-auctex tex-site auctex sphinx-doc company-lsp lsp-ui lsp-mode ws-butler use-package smartparens pip-requirements osx-clipboard monokai-theme markdown-mode helm-projectile helm-ag godoctor go-guru go-eldoc go-autocomplete flycheck-gometalinter doom-modeline dockerfile-mode docker-compose-mode diminish company-go company-anaconda))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. diff --git a/emacs.d/layers/python/init.el b/emacs.d/layers/python/init.el index 5fca242..ae2dca4 100644 --- a/emacs.d/layers/python/init.el +++ b/emacs.d/layers/python/init.el @@ -1,17 +1,16 @@ +;; lsp-mode +(setq lsp-enable-snippet nil) (use-package lsp-python-ms :ensure t :init (setq lsp-python-ms-auto-install-server t) :hook (python-mode . (lambda () (require 'lsp-python-ms) (lsp)))) ; or lsp-deferred - (use-package lsp-ui - :ensure t - :hook (python-mode . lsp) :commands lsp-ui-mode) -(use-package company-lsp - :commands company-lsp) +(use-package helm-lsp + :commands helm-lsp-workspace-symbol) ;; Enable pip-requirements when editing a `requirements.txt` file (use-package pip-requirements diff --git a/gitconfig b/gitconfig index 1c555d1..edc15c4 100644 --- a/gitconfig +++ b/gitconfig @@ -1,7 +1,7 @@ [user] name = brettlangdon - email = me@brett.is - signingkey = A70042D88B95AA2B + email = brett.langdon@datadoghq.com + signingkey = E6600FB894DB3D19 [credential] helper = store diff --git a/starship.toml b/starship.toml index eec9b9f..f2a3529 100644 --- a/starship.toml +++ b/starship.toml @@ -15,3 +15,9 @@ disabled = false # I really only use 1 default region, # I don't need it showing all the time disabled = true + +[gcloud] +disabled = true + +[username] +disabled = true