Remove lsp-ui, add snippets even though i cant understand them

This commit is contained in:
MitchMarq42 2022-10-26 10:53:10 -08:00
parent 2739b36423
commit f524f9f395

View File

@ -552,22 +552,17 @@ targets."
;; '(there is nothing here because I'm not using c sharp...) ;; '(there is nothing here because I'm not using c sharp...)
(use-package lsp-mode (use-package lsp-mode
:hook ((powershell-mode . lsp) :hook ((powershell-mode . lsp-mode)
(lsp-mode . lsp-enable-which-key-integration) (lsp-mode . lsp-enable-which-key-integration))
(lsp-mode . lsp-ui-mode))
:commands lsp :commands lsp
:custom :custom
(lsp-completion-provider :none)) (lsp-completion-provider :none))
;; optionally
;; (use-package lsp-ui
;; :after lsp
;; :commands lsp-ui-mode)
;; broken snippets I don't care about... ;; broken snippets I don't care about...
(use-package yasnippet (use-package yasnippet
:diminish yas-minor-mode :diminish yas-minor-mode
:hook (prog-mode . yas-minor-mode)) :hook (prog-mode . yas-minor-mode))
(use-package yasnippet-snippets)
;; Better help-pages. Genuinely pretty great. ;; Better help-pages. Genuinely pretty great.
(use-package helpful (use-package helpful