mirror of
https://github.com/tiyn/nvim-docs-view.git
synced 2025-11-13 13:59:46 +01:00
init
This commit is contained in:
7
plugin/docs_view.vim
Normal file
7
plugin/docs_view.vim
Normal file
@@ -0,0 +1,7 @@
|
||||
if exists('g:loaded_docs_view')
|
||||
finish
|
||||
endif
|
||||
let g:loaded_docs_view = 1
|
||||
|
||||
command! DocsViewOpen lua require'docs_view'.open()
|
||||
|
||||
Reference in New Issue
Block a user