Mercurial > vim_plugins > core
view README.md @ 1:7c5bd18befd2 default tip
Some basic usage
| author | Luka Sitas <lsitas@avatarasoftware.com> |
|---|---|
| date | Tue, 10 Mar 2026 21:31:17 -0400 |
| parents | 7bb5f650cfb7 |
| children |
line wrap: on
line source
*core.txt* Simple example Vim plugin #INTRODUCTION core is a minimal example plugin. #USAGE :CoreGreet Echo a greeting message. You can customize it with g:core_greeting: > let g:core_greeting = 'Hi there!' #INSTALLATION Using vim-plug add the following: Plug '/home/lsitas/repos/vim_plugins/core'
