Skip to content

Commit dc5f16d

Browse files
author
Dima Chechetkin
committed
enables vim-signs
1 parent 8b9267b commit dc5f16d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoload/lsp/ui/vim/signs.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ let s:sign_ids = {}
4545
if !has_key(s:sign_ids[a:path], l:index)
4646
let l:sign_id = l:index
4747
let s:sign_ids[a:path][l:index] = a:sign_group
48+
else
49+
let l:index = l:index + 1
4850
endif
4951
endwhile
5052
echom 'calculated id: ' . l:sign_id

0 commit comments

Comments
 (0)