mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 13:59:46 +01:00
feat: add setup function
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user