mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
committed by
GitHub
parent
79d47fea15
commit
67e27494f5
@@ -150,10 +150,7 @@ function! s:setcontent(lines, ft) abort
|
||||
call setline(1, a:lines)
|
||||
|
||||
setlocal readonly nomodifiable
|
||||
try
|
||||
let &l:filetype = a:ft . '.lsp-hover'
|
||||
catch
|
||||
endtry
|
||||
silent! let &l:filetype = a:ft . '.lsp-hover'
|
||||
endif
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user