We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a3d2c commit d27fdfaCopy full SHA for d27fdfa
.vimlsp.vim
@@ -15,7 +15,6 @@ let g:lsp_diagnostics_virtual_text_align = "after"
15
let g:lsp_diagnostics_virtual_text_delay = 200
16
let g:lsp_diagnostics_virtual_text_insert_mode_enabled = 1
17
let g:lsp_diagnostics_virtual_text_prefix = "💥 "
18
-let g:lsp_diagnostics_virtual_text_wrap = "truncate"
19
20
let g:lsp_document_code_action_signs_enabled = 0
21
let g:lsp_document_highlight_delay = 200
@@ -208,6 +207,7 @@ endif
208
207
"endif
209
210
function! s:on_lsp_buffer_enabled() abort
+ setlocal nowrap
211
setlocal signcolumn=yes
212
setlocal omnifunc=lsp#complete
213
setlocal tagfunc=lsp#tagfunc
0 commit comments