refactor: change open function to show

This commit is contained in:
amrbashir
2022-05-13 18:44:08 +02:00
parent c0abec2b1b
commit f49bcc50f0
3 changed files with 4 additions and 4 deletions

View File

@@ -3,5 +3,5 @@ if exists('g:loaded_docs_view')
endif
let g:loaded_docs_view = 1
command! DocsViewOpen lua require("docs-view").open()
command! DocsViewShow lua require("docs-view").show()