Mercurial > vim_plugins > core
annotate README.md @ 0:7bb5f650cfb7
Initial Commit
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 10 Mar 2026 20:28:16 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 *core.txt* Simple example Vim plugin |
| 2 | |
| 3 #INTRODUCTION | |
| 4 | |
| 5 core is a minimal example plugin. | |
| 6 | |
| 7 #USAGE | |
| 8 | |
| 9 :CoreGreet | |
| 10 Echo a greeting message. You can customize it with | |
| 11 g:core_greeting: | |
| 12 | |
| 13 > let g:core_greeting = 'Hi there!' | |
| 14 | |
| 15 #INSTALLATION | |
| 16 | |
| 17 Using vim-plug add the following: | |
| 18 | |
| 19 Plug '/home/lsitas/repos/vim_plugins/core' | |
| 20 |
