feat: add setup function

This commit is contained in:
amrbashir
2022-05-13 21:00:25 +02:00
parent f49bcc50f0
commit f5768fa866
3 changed files with 52 additions and 28 deletions

View File

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