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...)
(use-package lsp-mode
:hook ((powershell-mode . lsp)
(lsp-mode . lsp-enable-which-key-integration)
(lsp-mode . lsp-ui-mode))
:hook ((powershell-mode . lsp-mode)
(lsp-mode . lsp-enable-which-key-integration))
:commands lsp
:custom
(lsp-completion-provider :none))
;; optionally
;; (use-package lsp-ui
;; :after lsp
;; :commands lsp-ui-mode)
;; broken snippets I don't care about...
(use-package yasnippet
:diminish yas-minor-mode
:hook (prog-mode . yas-minor-mode))
(use-package yasnippet-snippets)
;; Better help-pages. Genuinely pretty great.
(use-package helpful