Skip to content

Commit

Permalink
add new feats to api.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhongjia committed Aug 20, 2023
1 parent 07befa6 commit 30bd5f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lua/LspUI/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ M.api = {
diagnostic = modules.diagnostic.run,
hover = modules.hover.run,
definition = modules.definition.run,
type_definition = modules.type_definition.run,
declaration = modules.declaration.run,
reference = modules.reference.run,
implemention = modules.implemention.run,
}

return M

0 comments on commit 30bd5f1

Please sign in to comment.