From ac82a93cbe9a964e10b21b20c9705c9f131664f0 Mon Sep 17 00:00:00 2001 From: mitermayer Date: Sat, 14 Oct 2017 13:21:18 -0700 Subject: Including extra information on the autoload header and doc header --- autoload/prettier.vim | 13 +++++++++++++ doc/prettier.txt | 10 ++++++++++ 2 files changed, 23 insertions(+) diff --git a/autoload/prettier.vim b/autoload/prettier.vim index 34577e9..5412571 100644 --- a/autoload/prettier.vim +++ b/autoload/prettier.vim @@ -1,3 +1,16 @@ +" vim-prettier: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. +" +" Script Info {{{ +"========================================================================================================== +" Name Of File: prettier.vim +" Description: A vim plugin wrapper for prettier, pre-configured with custom default prettier settings. +" Maintainer: Mitermayer Reis +" Version: 0.2.3 +" Usage: Use :help vim-prettier-usage, or visit https://github.com/prettier/vim-prettier +" +"========================================================================================================== +" }}} + let s:root_dir = fnamemodify(resolve(expand(':p')), ':h') let s:prettier_job_running = 0 let s:prettier_quickfix_open = 0 diff --git a/doc/prettier.txt b/doc/prettier.txt index 82b601e..0f46c7c 100644 --- a/doc/prettier.txt +++ b/doc/prettier.txt @@ -1,5 +1,15 @@ *vim-prettier.txt* A prettier plugin for vim. + ------------------------------------------------------- + vim-prettier: plugin wrapper for prettier + ------------------------------------------------------- + +Author: Mitermayer Reis +WebSite: https://prettier.io/ +Repository: https://github.com/prettier/vim-prettier +License: MIT style license + +============================================================================== CONTENTS *vim-prettier-contents* Introduction |vim-prettier-introduction| -- cgit v1.3