mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
delay initialize of vim-lsp
This commit is contained in:
committed by
mattn
parent
fadc9609d2
commit
38734c07f5
@@ -16,4 +16,7 @@ command! -nargs=? LspSettingsLocalEdit call lsp_settings#profile#edit_local(<f-a
|
||||
command! -nargs=0 LspSettingsGlobalEdit call lsp_settings#profile#edit_global()
|
||||
command! -nargs=0 LspManageServers call lsp_settings#ui#open()
|
||||
|
||||
call lsp_settings#init()
|
||||
augroup vim_lsp_settings_initialize
|
||||
au!
|
||||
autocmd VimEnter * call lsp_settings#init()
|
||||
augroup END
|
||||
|
||||
Reference in New Issue
Block a user