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 0fdbcdc commit 2f73c97Copy full SHA for 2f73c97
init.el
@@ -121,7 +121,7 @@ This function should only modify configuration layer settings."
121
(lsp :variables
122
lsp-headerline-breadcrumb-enable t ; Breadcrumb trail
123
lsp-headerline-breadcrumb-segments '(symbols) ; namespace & symbols, no file path
124
- lsp-ui-peek-enable t ; popups for refs, errors, symbols, etc.
+ lsp-ui-peek-enable nil ; popups for refs, errors, symbols, etc.
125
lsp-semantic-tokens-enable t ; enhance syntax highlight
126
lsp-treemacs-error-list-current-project-only t ; limit errors to current project
127
lsp-idle-delay 1.5 ; smooth LSP features response
0 commit comments