Skip to content

Commit d27fdfa

Browse files
committed
Revert, buggy in some cases.
prabirshrestha/vim-lsp#1420 prabirshrestha/vim-lsp#1579 Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com>
1 parent f8a3d2c commit d27fdfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vimlsp.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ let g:lsp_diagnostics_virtual_text_align = "after"
1515
let g:lsp_diagnostics_virtual_text_delay = 200
1616
let g:lsp_diagnostics_virtual_text_insert_mode_enabled = 1
1717
let g:lsp_diagnostics_virtual_text_prefix = "💥 "
18-
let g:lsp_diagnostics_virtual_text_wrap = "truncate"
1918

2019
let g:lsp_document_code_action_signs_enabled = 0
2120
let g:lsp_document_highlight_delay = 200
@@ -208,6 +207,7 @@ endif
208207
"endif
209208

210209
function! s:on_lsp_buffer_enabled() abort
210+
setlocal nowrap
211211
setlocal signcolumn=yes
212212
setlocal omnifunc=lsp#complete
213213
setlocal tagfunc=lsp#tagfunc

0 commit comments

Comments
 (0)