Mercurial > vim_plugins > core
diff doc/core.txt @ 0:7bb5f650cfb7
Initial Commit
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 10 Mar 2026 20:28:16 -0400 |
| parents | |
| children | 7c5bd18befd2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/core.txt Tue Mar 10 20:28:16 2026 -0400 @@ -0,0 +1,22 @@ +*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.
