mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-13 10:15:41 +08:00
fix(lsp): avoid unknown function error
This commit is contained in:
parent
35bdf0da3e
commit
82d36bb8b7
@ -270,6 +270,26 @@ else
|
||||
function! SpaceVim#lsp#go_to_impl() abort
|
||||
LspImplementation
|
||||
endfunction
|
||||
function! SpaceVim#lsp#show_line_diagnostics() abort
|
||||
endfunction
|
||||
function! SpaceVim#lsp#list_workspace_folder() abort
|
||||
endfunction
|
||||
function! SpaceVim#lsp#add_workspace_folder() abort
|
||||
endfunction
|
||||
function! SpaceVim#lsp#remove_workspace_folder() abort
|
||||
endfunction
|
||||
function! SpaceVim#lsp#buf_server_ready() abort
|
||||
endfunction
|
||||
function! SpaceVim#lsp#diagnostic_set_loclist() abort
|
||||
endfunction
|
||||
function! SpaceVim#lsp#diagnostic_goto_next() abort
|
||||
LspNextDiagnostic
|
||||
endfunction
|
||||
function! SpaceVim#lsp#diagnostic_goto_prev() abort
|
||||
LspPreviousDiagnostic
|
||||
endfunction
|
||||
function! SpaceVim#lsp#diagnostic_clear() abort
|
||||
endfunction
|
||||
endif
|
||||
|
||||
" vi: et sw=2 cc=80
|
||||
|
Loading…
x
Reference in New Issue
Block a user