Skip to content

Commit 2f73c97

Browse files
lsp: disable peek due to visualy conflict with completion popup
peek errors popup overlays on autocompletion
1 parent 0fdbcdc commit 2f73c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ This function should only modify configuration layer settings."
121121
(lsp :variables
122122
lsp-headerline-breadcrumb-enable t ; Breadcrumb trail
123123
lsp-headerline-breadcrumb-segments '(symbols) ; namespace & symbols, no file path
124-
lsp-ui-peek-enable t ; popups for refs, errors, symbols, etc.
124+
lsp-ui-peek-enable nil ; popups for refs, errors, symbols, etc.
125125
lsp-semantic-tokens-enable t ; enhance syntax highlight
126126
lsp-treemacs-error-list-current-project-only t ; limit errors to current project
127127
lsp-idle-delay 1.5 ; smooth LSP features response

0 commit comments

Comments
 (0)