File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -109,9 +109,7 @@ in your config or you could run in separate session.
109
109
treemacs-space-between-root-nodes nil
110
110
company-idle-delay 0.0
111
111
company-minimum-prefix-length 1
112
- lsp-idle-delay 0.1 ;; clangd is fast
113
- ;; be more ide-ish
114
- lsp-headerline-breadcrumb-enable t)
112
+ lsp-idle-delay 0.1) ;; clangd is fast
115
113
116
114
(with-eval-after-load 'lsp-mode
117
115
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)
Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ You should see the React logo and a link to "Learn React" on [http://localhost:3
62
62
read-process-output-max (* 1024 1024)
63
63
company-idle-delay 0.0
64
64
company-minimum-prefix-length 1
65
- create-lockfiles nil ;; lock files will kill `npm start'
66
- lsp-headerline-breadcrumb-enable t)
65
+ create-lockfiles nil) ;; lock files will kill `npm start'
67
66
(with-eval-after-load 'lsp-mode
68
67
(require 'dap-chrome)
69
68
(add-hook 'lsp-mode-hook #'lsp-enable-which-key-integration)
You can’t perform that action at this time.
0 commit comments