*core.txt*    Simple example Vim plugin

INTRODUCTION                                        *core*

core is a minimal example plugin.

USAGE                                              *core-usage*

    :CoreGreet
        Echo a greeting message. You can customize it with
        g:core_greeting:

        >   let g:core_greeting = 'Hi there!'

INSTALLATION                                       *core-install*

Using vim-plug add the following:

Plug '/home/lsitas/repos/vim_plugins/core'


*core*      Main help entry for this plugin.
