mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 13:59:46 +01:00
8 lines
130 B
VimL
8 lines
130 B
VimL
if exists('g:loaded_docs_view')
|
|
finish
|
|
endif
|
|
let g:loaded_docs_view = 1
|
|
|
|
command! DocsViewOpen lua require("docs-view").open()
|
|
|