Remove lsp-ui, add snippets even though i cant understand them
This commit is contained in:
parent
2739b36423
commit
f524f9f395
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user