mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 05:49:45 +01:00
8 lines
143 B
VimL
8 lines
143 B
VimL
if exists('g:loaded_docs_view')
|
|
finish
|
|
endif
|
|
let g:loaded_docs_view = 1
|
|
|
|
command! -nargs=0 DocsViewToggle lua require("docs-view").toggle()
|
|
|