plugin/lsp.vim | 1 - diff --git a/plugin/lsp.vim b/plugin/lsp.vim index 82650b200bcdedd7d8ed625c43559b8052289384..3aaf2014ca59cf1e046ecf6d19a9b6c558bad2f5 100644 --- a/plugin/lsp.vim +++ b/plugin/lsp.vim @@ -89,7 +89,6 @@ command! -nargs=0 -bar LspSelectionExpand lsp.SelectionExpand() command! -nargs=0 -bar LspSelectionShrink lsp.SelectionShrink() command! -nargs=+ -bar -complete=customlist,lsp.LspServerComplete LspServer lsp.LspServerCmd() command! -nargs=0 -bar LspShowReferences lsp.ShowReferences(v:false) -command! -nargs=? -complete=customlist,LspShowServerComplete -bar LspShowServer lsp.ShowServer() command! -nargs=0 -bar LspShowAllServers lsp.ShowAllServers() command! -nargs=0 -bar LspShowSignature call LspShowSignature() command! -nargs=0 -bar LspSubTypeHierarchy lsp.TypeHierarchy(0)