We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f4e763 commit 83510faCopy full SHA for 83510fa
config/init-lspmode.el
@@ -21,6 +21,7 @@
21
(vue-mode . lsp)
22
(lsp-mode . lsp-enable-which-key-integration))
23
:config
24
+ (lsp-ui-mode -1)
25
;; for typescript/javascript
26
;; (setq lsp-typescript-auto-closing-tags t)
27
;; (setq lsp-typescript-format-enable t)
@@ -40,7 +41,7 @@
40
41
("C-c C-i" . lsp-find-implementation)
42
("C-C t b" . pop-tag-mark)))
43
-(use-package lsp-ui :commands lsp-ui-mode)
44
+;; (use-package lsp-ui :commands lsp-ui-mode)
45
(use-package helm-lsp :commands helm-lsp-workspace-symbol)
46
;; (use-package dap-mode)
47
0 commit comments