chore: rename files

This commit is contained in:
amrbashir
2022-05-13 18:02:21 +02:00
parent 763ea41355
commit c0abec2b1b
2 changed files with 1 additions and 1 deletions

7
plugin/docs-view.vim Normal file
View 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()