We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8fda7 commit c0325a8Copy full SHA for c0325a8
autoload/health/lsp.vim
@@ -53,5 +53,13 @@ function! health#lsp#check() abort
53
endif
54
call health#report_info(l:msg)
55
endfor
56
+
57
+ call health#report_start('Performance')
58
+ if lsp#utils#has_lua() && g:lsp_use_lua
59
+ call health#report_ok('Using lua for faster performance.')
60
+ else
61
+ call health#report_warn('Missing requirements to enable lua for faster performance.')
62
+ endif
63
64
endf
65
0 commit comments