comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:7bb5f650cfb7
1 *core.txt* Simple example Vim plugin
2
3 INTRODUCTION *core*
4
5 core is a minimal example plugin.
6
7 USAGE *core-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 *core-install*
16
17 Using vim-plug add the following:
18
19 Plug '/home/lsitas/repos/vim_plugins/core'
20
21
22 *core* Main help entry for this plugin.