We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359da2e commit 94742f3Copy full SHA for 94742f3
README.md
@@ -71,8 +71,7 @@ Minimal configuration with [company-capf](https://github.com/company-mode/compan
71
(use-package projectile)
72
(use-package flycheck)
73
(use-package yasnippet :config (yas-global-mode))
74
-(use-package lsp-mode :hook ((lsp-mode . lsp-enable-which-key-integration))
75
- :config (setq lsp-completion-enable-additional-text-edit nil))
+(use-package lsp-mode :hook ((lsp-mode . lsp-enable-which-key-integration)))
76
(use-package hydra)
77
(use-package company)
78
(use-package lsp-ui)
0 commit comments