Skip to content

Commit

Permalink
added LspShowImpl as an alternative to LspPeekImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
JetSetIlly committed Nov 15, 2024
1 parent 41c73ec commit 5a9fb25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/lsp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ command! -nargs=0 -bar LspSelectionExpand lsp.SelectionExpand()
command! -nargs=0 -bar LspSelectionShrink lsp.SelectionShrink()
command! -nargs=+ -bar -complete=customlist,lsp.LspServerComplete LspServer lsp.LspServerCmd(<q-args>)
command! -nargs=0 -bar LspShowReferences lsp.ShowReferences(v:false)
command! -nargs=0 -bar -count LspShowImpl lsp.GotoImplementation(v:false, <q-mods>, <count>)
command! -nargs=0 -bar LspShowAllServers lsp.ShowAllServers()
command! -nargs=0 -bar LspShowSignature call LspShowSignature()
command! -nargs=0 -bar LspSubTypeHierarchy lsp.TypeHierarchy(0)
Expand Down

0 comments on commit 5a9fb25

Please sign in to comment.