feat: toggle docs view instead of just showing it

This commit is contained in:
amrbashir
2022-05-14 13:53:41 +02:00
parent bd033385d2
commit e30462dff6
3 changed files with 55 additions and 48 deletions

View File

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